mtip32xx: remove unneeded variable in mtip_cmd_timeout()
authorJens Axboe <axboe@fb.com>
Fri, 4 Mar 2016 15:15:48 +0000 (08:15 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 4 Mar 2016 15:15:48 +0000 (08:15 -0700)
commit90beb2e7a0c5143a904be04c9c03afff436e7915
treeade2372ba75ca0fc177e31bcf343c3154832f050
parentafb18e0ed862fae05aa41be278c1ddb87473c7b1
mtip32xx: remove unneeded variable in mtip_cmd_timeout()

We always return BLK_EH_RESET_TIMER, so no point in storing that in
an integer.

Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/mtip32xx/mtip32xx.c