Skip to content

Commit 64515b8

Browse files
committed
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.11-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.12. Signed-off-by: Ulf Hansson <[email protected]>
2 parents 4c0a6a0 + aea62c7 commit 64515b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/cqhci-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ static int cqhci_request(struct mmc_host *mmc, struct mmc_request *mrq)
617617
cqhci_writel(cq_host, 0, CQHCI_CTL);
618618
mmc->cqe_on = true;
619619
pr_debug("%s: cqhci: CQE on\n", mmc_hostname(mmc));
620-
if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) {
620+
if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT) {
621621
pr_err("%s: cqhci: CQE failed to exit halt state\n",
622622
mmc_hostname(mmc));
623623
}

0 commit comments

Comments
 (0)