From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751427AbdK0JIY (ORCPT ); Mon, 27 Nov 2017 04:08:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40960 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbdK0JIV (ORCPT ); Mon, 27 Nov 2017 04:08:21 -0500 Date: Mon, 27 Nov 2017 10:08:17 +0100 From: Greg KH To: laurentiu.tudor@nxp.com Cc: ruxandra.radulescu@nxp.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, bogdan.purcareata@nxp.com, leoyang.li@nxp.com, stuyoder@gmail.com, roy.pledge@nxp.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] staging: fsl-mc: fix uninitialized variable use Message-ID: <20171127090817.GA14195@kroah.com> References: <20171127090134.19125-1-laurentiu.tudor@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171127090134.19125-1-laurentiu.tudor@nxp.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 27, 2017 at 11:01:34AM +0200, laurentiu.tudor@nxp.com wrote: > From: Laurentiu Tudor > > Fix this warning triggering on a powerpc build: > warning: 'error' may be used uninitialized in this function [-Wmaybe-uninitialized] > > Signed-off-by: Laurentiu Tudor > --- You forgot a reported-by line :( And I beat you by about 30 minutes to this patch, sorry about that. Next time always test-build your patches... thanks, greg k-h