From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 1/2] Input: wm831x-on: Delete an error message for a failed memory allocation in wm831x_on_probe() Date: Thu, 25 Jan 2018 09:49:10 +0000 Message-ID: <20180125094910.t4w75kk4ygyw5x76@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: SF Markus Elfring Cc: linux-input@vger.kernel.org, patches@opensource.cirrus.com, Dmitry Torokhov , LKML , kernel-janitors@vger.kernel.org List-Id: linux-input@vger.kernel.org On Wed, Jan 24, 2018 at 10:21:39PM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 24 Jan 2018 21:55:49 +0100 > > 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 > --- Acked-by: Charles Keepax Thanks, Charles