We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a71ef commit 901a6cfCopy full SHA for 901a6cf
drivers/mmc/host/sdhci-esdhc-imx.c
@@ -1302,7 +1302,7 @@ static void esdhc_cqe_enable(struct mmc_host *mmc)
1302
* system resume back.
1303
*/
1304
cqhci_writel(cq_host, 0, CQHCI_CTL);
1305
- if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT)
+ if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT)
1306
dev_err(mmc_dev(host->mmc),
1307
"failed to exit halt state when enable CQE\n");
1308
0 commit comments