From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752786AbdI3Knb (ORCPT ); Sat, 30 Sep 2017 06:43:31 -0400 Received: from gloria.sntech.de ([95.129.55.99]:47916 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbdI3Kna (ORCPT ); Sat, 30 Sep 2017 06:43:30 -0400 From: Heiko Stuebner To: SF Markus Elfring Cc: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org, Michael Turquette , Stephen Boyd , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH] clk: rockchip: Delete an error message for a failed memory allocation in rockchip_clk_register_cpuclk() Date: Sat, 30 Sep 2017 12:43:09 +0200 Message-ID: <3649654.h95jfH98gt@phil> User-Agent: KMail/5.2.3 (Linux/4.11.0-1-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 27. September 2017, 11:44:30 CEST schrieb SF Markus Elfring: > From: Markus Elfring > Date: Wed, 27 Sep 2017 11:38:17 +0200 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring applied for 4.15 after shortening the patch subject a bit Thanks Heiko