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

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

Merge "mmc: core: Fix tag set memory leak"

parents 46a2dd27 cc8a1705
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -812,6 +812,7 @@ int mmc_init_clk_scaling(struct mmc_host *host)
		host->ios.clock);

	host->clk_scaling.enable = true;
	host->clk_scaling.is_suspended = false;

	return err;
}
+1 −0
Original line number Diff line number Diff line
@@ -501,6 +501,7 @@ void mmc_cleanup_queue(struct mmc_queue *mq)
		blk_mq_unquiesce_queue(q);

	blk_cleanup_queue(q);
	blk_mq_free_tag_set(&mq->tag_set);

	/*
	 * A request can be completed before the next request, potentially