Skip to content
Commit 8168b9bb authored by Dan Carpenter's avatar Dan Carpenter Committed by Richard Weinberger
Browse files

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: ff1f48ee

 ('UBI: Block: Add blk-mq support')
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 1440061b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment