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 8889866 commit 3a4781eCopy full SHA for 3a4781e
drivers/mmc/host/mxs-mmc.c
@@ -280,11 +280,11 @@ static irqreturn_t mxs_mmc_irq_handler(int irq, void *dev_id)
280
writel(stat & MXS_MMC_IRQ_BITS,
281
host->base + HW_SSP_CTRL1 + MXS_CLR_ADDR);
282
283
+ spin_unlock(&host->lock);
284
+
285
if ((stat & BM_SSP_CTRL1_SDIO_IRQ) && (stat & BM_SSP_CTRL1_SDIO_IRQ_EN))
286
mmc_signal_sdio_irq(host->mmc);
287
- spin_unlock(&host->lock);
-
288
if (stat & BM_SSP_CTRL1_RESP_TIMEOUT_IRQ)
289
cmd->error = -ETIMEDOUT;
290
else if (stat & BM_SSP_CTRL1_RESP_ERR_IRQ)
0 commit comments