Re: [PATCH] ahci: qoriq: fixed using uninitialized variable warnings
From: Tejun Heo <tj@kernel.org>
Date: 2015-09-11 13:54:37
Also in:
linux-ide, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2015-09-11 13:54:37
Also in:
linux-ide, lkml
Hello, Yuantian. On Fri, Sep 11, 2015 at 05:27:25AM +0000, Yuantian Tang wrote:
Hi Tejun, Could you please take the version 1 patch? The version 2 patch can't address these warnings, and the version 1 can definitely remove them. In this case, that would cause any hidden bugs, so no worries.
Ugh... I really hate changes which are made to just work around compiler silliness. If this is something which goes away with newer gcc, Fengguang can just make it as a known false positive. Yuantian, which compiler are you using? Thanks. -- tejun