diff options
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | 2020-03-29 18:08:26 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-29 18:08:26 +0200 |
commit | 654a3667df364f778b9b5bcdfb32e545aceb6a51 (patch) | |
tree | 572e92f198f6c62cb0ec17b01b5863cca168d93b /block/genhd.c | |
parent | block: move bio_map_* to blk-map.c (diff) | |
download | linux-654a3667df364f778b9b5bcdfb32e545aceb6a51.tar.xz linux-654a3667df364f778b9b5bcdfb32e545aceb6a51.zip |
block: return NULL in blk_alloc_queue() on error
This patch fixes follwoing warning:
block/blk-core.c: In function ‘blk_alloc_queue’:
block/blk-core.c:558:10: warning: returning ‘int’ from a function with return type ‘struct request_queue *’ makes pointer from integer without a cast [-Wint-conversion]
return -EINVAL;
Fixes: 3d745ea5b095a ("block: simplify queue allocation")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/genhd.c')
0 files changed, 0 insertions, 0 deletions