mtip32xx: blk_mq_init_queue() returns an ERR_PTR
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 May 2014 12:54:18 +0000 (15:54 +0300)
committerJens Axboe <axboe@fb.com>
Wed, 14 May 2014 14:05:44 +0000 (08:05 -0600)
We changed this from blk_alloc_queue_node() to blk_mq_init_queue() so
the check needs to be updated as well.

Fixes: ffc771b3ca8b2 ('mtip32xx: convert to use blk-mq')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/mtip32xx/mtip32xx.c

Simple merge