[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200127080953.GQ1847@kadam>
Date: Mon, 27 Jan 2020 11:09:53 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Saurav Girepunje <saurav.girepunje@...il.com>
Cc: vireshk@...nel.org, johan@...nel.org, elder@...nel.org,
gregkh@...uxfoundation.org, greybus-dev@...ts.linaro.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
saurav.girepunje@...mail.com
Subject: Re: [PATCH] staging: greybus: bootrom: fix uninitialized variables
On Sat, Jan 25, 2020 at 02:14:03PM +0530, Saurav Girepunje wrote:
> fix uninitialized variables issue found using static code analysis tool
>
> (error) Uninitialized variable: offset
> (error) Uninitialized variable: size
>
These are false positives as Johan said. Don't change the code just to
make the static analysis tool happy, fix the tools instead.
Also the patch doesn't apply. Read the first paragraph of
Documentation/process/email-clients.rst and figure out why it's not
working.
regards,
dan carpenter
Powered by blists - more mailing lists