From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Wed, 4 Oct 2017 21:04:28 +0200 Subject: [PATCH 1/2] ARM: SAMSUNG: Delete an error message for a failed memory allocation in three functions In-Reply-To: References: <75c352ad-c51e-2e63-2f93-0f14522ff09c@users.sourceforge.net> Message-ID: <20171004190428.6agsco3456oeyab5@kozik-lap> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Oct 04, 2017 at 01:11:56PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 4 Oct 2017 09:33:52 +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 > --- > arch/arm/plat-samsung/adc.c | 8 ++------ > arch/arm/plat-samsung/platformdata.c | 4 +--- > 2 files changed, 3 insertions(+), 9 deletions(-) > Thanks, applied. Best regards, Krzysztof