Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f831cc03 authored by Jens Axboe's avatar Jens Axboe
Browse files

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 1cde26f9

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 1cde26f9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {