On Sat, Mar 28, 2020 at 11:27:34AM -0700, Chaitanya Kulkarni wrote: > 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") > Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> Oops. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>