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

Commit 88a75033 authored by Keith Busch's avatar Keith Busch Committed by Jens Axboe
Browse files

blk-mq: Remove unused variable

parent fa19a769
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -912,7 +912,6 @@ bool blk_mq_dispatch_rq_list(struct blk_mq_hw_ctx *hctx, struct list_head *list)
static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx)
{
	LIST_HEAD(rq_list);
	LIST_HEAD(driver_list);

	if (unlikely(blk_mq_hctx_stopped(hctx)))
		return;