ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9
[linux-2.6-microblaze.git] / block / blk-mq-sched.c
index 67c95f3..451a2c1 100644 (file)
@@ -324,8 +324,6 @@ void blk_mq_sched_dispatch_requests(struct blk_mq_hw_ctx *hctx)
        if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)))
                return;
 
-       hctx->run++;
-
        /*
         * A return of -EAGAIN is an indication that hctx->dispatch is not
         * empty and we must run again in order to avoid starving flushes.