diff options
author | Jens Axboe <axboe@kernel.dk> | 2018-11-07 21:17:57 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-07 21:17:57 -0700 |
commit | dbef5257737b989d4785b62939f1e9cba3948689 (patch) | |
tree | 87dc8efba3d9baf2dabecf3f74d9cde37a4d64f6 /drivers/memstick | |
parent | 4b04cc6a8f86c4842314def22332de1f15de8523 (diff) | |
download | linux-dbef5257737b989d4785b62939f1e9cba3948689.tar.gz linux-dbef5257737b989d4785b62939f1e9cba3948689.tar.bz2 linux-dbef5257737b989d4785b62939f1e9cba3948689.zip |
sunvdc: fix compiler warning
Stephen reports:
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;
^~~
Kill the unused variable.
Fixes: fa182a1fa97d ("sunvdc: convert to blk-mq")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/memstick')
0 files changed, 0 insertions, 0 deletions