linux/drivers/block/mtip32xx
Dan Carpenter 3e54a3d1b8 mtip32xx: uninitialized variable in mtip_quiesce_io()
We recently introduce new continue in the loop which make gcc complain.
In theory if MTIP_FLAG_SVC_THD_ACTIVE_BIT is set, we could hit continue
over and over until eventually we time out of the loop.  In that case
"active" should be set as true, but right now it's uninitialized.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2011-11-24 12:59:00 +01:00
..
Kconfig block: Add driver for Micron RealSSD pcie flash cards 2011-11-05 08:35:10 +01:00
Makefile block: Add driver for Micron RealSSD pcie flash cards 2011-11-05 08:35:10 +01:00
mtip32xx.c mtip32xx: uninitialized variable in mtip_quiesce_io() 2011-11-24 12:59:00 +01:00
mtip32xx.h mtip32xx: updates based on feedback 2011-11-23 08:29:24 +01:00