1. 08 Nov, 2018 1 commit
    • Jens Axboe's avatar
      sunvdc: fix compiler warning · dbef5257
      Jens Axboe authored
      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: fa182a1f ("sunvdc: convert to blk-mq")
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      dbef5257
  2. 07 Nov, 2018 39 commits