Re: [PATCH] NVMe: silence GCC warning on 32 bit

2014-02-21 Thread Keith Busch
On Thu, 20 Feb 2014, Paul Bolle wrote: On Tue, 2014-02-18 at 10:02 +0100, Geert Uytterhoeven wrote: And these popped up in v3.14-rc1 on 32 bit x86. This patch makes these warnings go away. Compile tested only (on 32 and 64 bit x86). Review is appreciated, because the code I'm touching here is

[PATCH] NVMe: silence GCC warning on 32 bit

2014-02-20 Thread Paul Bolle
On Tue, 2014-02-18 at 10:02 +0100, Geert Uytterhoeven wrote: > *** WARNINGS *** > > 188 regressions: > [...] > + /scratch/kisskb/src/drivers/block/nvme-core.c: warning: 'bvprv.bv_len' > may be used uninitialized in this function [-Wuninitialized]: => 514:18 > + /scratch/kisskb/src/drivers/