git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed3ea9
)
block: fix checking return value of blk_mq_init_queue
author
Ming Lei
<ming.lei@canonical.com>
Fri, 2 Jan 2015 14:25:27 +0000
(14:25 +0000)
committer
Jens 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