From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbdI0Rmz (ORCPT ); Wed, 27 Sep 2017 13:42:55 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:49211 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbdI0Rmx (ORCPT ); Wed, 27 Sep 2017 13:42:53 -0400 X-Google-Smtp-Source: AOwi7QDSIeE2r38AYJL7SR/WkSsqDKHFHaeBJssGEJEomd/ANePsch3gUezgUk97jXSiSE5gP7palQ== Date: Wed, 27 Sep 2017 10:42:51 -0700 From: Viresh Kumar To: SF Markus Elfring Cc: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Michael Turquette , Stephen Boyd , Viresh Kumar , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH] clk/spear: Delete five error messages for a failed memory allocation Message-ID: <20170927174251.GD12211@ubuntu> References: <4283fdab-7005-f774-9594-821582c5a9fb@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4283fdab-7005-f774-9594-821582c5a9fb@users.sourceforge.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27-09-17, 18:15, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 27 Sep 2017 18:00:21 +0200 > > Omit extra messages for a memory allocation failure in these functions. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > --- > drivers/clk/spear/clk-aux-synth.c | 4 +--- > drivers/clk/spear/clk-frac-synth.c | 4 +--- > drivers/clk/spear/clk-gpt-synth.c | 4 +--- > drivers/clk/spear/clk-vco-pll.c | 8 ++------ > 4 files changed, 5 insertions(+), 15 deletions(-) Acked-by: Viresh Kumar -- viresh