block: fix checking return value of blk_mq_init_queue
authorMing Lei <ming.lei@canonical.com>
Fri, 2 Jan 2015 14:25:27 +0000 (14:25 +0000)
committerJens Axboe <axboe@fb.com>
Fri, 2 Jan 2015 17:32:02 +0000 (10:32 -0700)
Check IS_ERR_OR_NULL(return value) instead of just return value.

Signed-off-by: Ming Lei <ming.lei@canonical.com>
Reduced to IS_ERR() by me, we never return NULL.
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found