virtio_blk: get rid of unused variable
drivers/block/virtio_blk.c: In function 'blk_done':
drivers/block/virtio_blk.c:53: warning: unused variable 'nr_bytes'
Leftover from commit 1cde26f928
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
1cde26f928
commit
f831cc0349
@ -50,7 +50,6 @@ static void blk_done(struct virtqueue *vq)
|
||||
|
||||
spin_lock_irqsave(&vblk->lock, flags);
|
||||
while ((vbr = vblk->vq->vq_ops->get_buf(vblk->vq, &len)) != NULL) {
|
||||
unsigned int nr_bytes;
|
||||
int error;
|
||||
|
||||
switch (vbr->status) {
|
||||
|
Loading…
Reference in New Issue
Block a user