linux/drivers/block/mtip32xx
Jens Axboe c66bb3f075 mtip32xx: fix two smatch warnings
Dan reports:

New smatch warnings:
drivers/block/mtip32xx/mtip32xx.c:2728 show_device_status() warn: variable dereferenced before check 'dd' (see line 2727)
drivers/block/mtip32xx/mtip32xx.c:2758 show_device_status() warn: variable dereferenced before check 'dd' (see line 2757)

which are checking if dd == NULL, in a list_for_each_entry() type loop.
Get rid of the check, dd can never be NULL here.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2013-04-04 09:03:41 +02:00
..
Kconfig drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency 2013-02-07 07:37:29 +01:00
Makefile
mtip32xx.c mtip32xx: fix two smatch warnings 2013-04-04 09:03:41 +02:00
mtip32xx.h mtip32xx: Add debugfs entry device_status 2013-04-03 21:54:02 +02:00