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

Commit fa1e4986 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: core: fix SD card request queue refcount underflow during shutdown"

parents ffb9d75d 96e27994
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -516,6 +516,7 @@ void mmc_cleanup_queue(struct mmc_queue *mq)
	blk_start_queue(q);
	spin_unlock_irqrestore(q->queue_lock, flags);

	if (likely(!blk_queue_dead(q)))
		blk_cleanup_queue(q);

	mq->card = NULL;