Re: linux-next: build warning after merge of the block tree

From: Jens Axboe
Date: Wed Nov 07 2018 - 23:19:53 EST


On 11/7/18 8:31 PM, Stephen Rothwell wrote:
> Hi Jens,
>
> After merging the block tree, today's linux-next build (sparc64 defconfig)
> produced this warning:
>
> /home/sfr/next/next/drivers/block/sunvdc.c: In function 'init_queue':
> /home/sfr/next/next/drivers/block/sunvdc.c:788:6: warning: unused variable 'ret' [-Wunused-variable]
> int ret;
> ^~~
>
> Introduced by commit
>
> fa182a1fa97d ("sunvdc: convert to blk-mq")

Thanks, leftover from v2 of the conversion that switched to the
sq init queue helper. I'll fix it.

--
Jens Axboe