Commit d47f163c authored by Bean Huo's avatar Bean Huo Committed by Ulf Hansson
Browse files

mmc: cqhci: Print out qcnt in case of timeout



Print task count that has not been completed, this is for the
purpose of debugging.

Signed-off-by: default avatarBean Huo <beanhuo@micron.com>
Link: https://lore.kernel.org/r/20210907151204.118861-2-huobean@gmail.com


Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 39013f09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -899,8 +899,8 @@ static bool cqhci_timeout(struct mmc_host *mmc, struct mmc_request *mrq,
	spin_unlock_irqrestore(&cq_host->lock, flags);

	if (timed_out) {
		pr_err("%s: cqhci: timeout for tag %d\n",
		       mmc_hostname(mmc), tag);
		pr_err("%s: cqhci: timeout for tag %d, qcnt %d\n",
		       mmc_hostname(mmc), tag, cq_host->qcnt);
		cqhci_dumpregs(cq_host);
	}