UBI: block: Fix checking for NULL instead of IS_ERR()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Feb 2015 07:38:19 +0000 (10:38 +0300)
committerRichard Weinberger <richard@nod.at>
Thu, 12 Feb 2015 22:33:32 +0000 (23:33 +0100)
commit8168b9bba6a88fe8a81be5b5f0937faeb3f6775d
tree350b4b62141da21c67318bcc92372b8e4997aa39
parent1440061be128180a3846480d8b8bd24233edcd2f
UBI: block: Fix checking for NULL instead of IS_ERR()

We recently switched from allocating ->rq using blk_init_queue() to
use blk_mq_init_queue() so we need to update the error handling to
check for IS_ERR() instead of NULL.

Fixes: ff1f48ee3bb3 ('UBI: Block: Add blk-mq support')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/block.c