Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322502
b: refs/heads/master
c: 1af36b2
h: refs/heads/master
v: v3
  • Loading branch information
Lauri Hintsala authored and Chris Ball committed Sep 4, 2012
1 parent b48b1ce commit 3ef4d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 660d9a9c4f623eeec80cec3705ae872bd5cb556d
refs/heads/master: 1af36b2a993dddfa3d6860ec4879c9e8abc9b976
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/mxs-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,11 @@ static irqreturn_t mxs_mmc_irq_handler(int irq, void *dev_id)
writel(stat & MXS_MMC_IRQ_BITS,
host->base + HW_SSP_CTRL1(host) + STMP_OFFSET_REG_CLR);

spin_unlock(&host->lock);

if ((stat & BM_SSP_CTRL1_SDIO_IRQ) && (stat & BM_SSP_CTRL1_SDIO_IRQ_EN))
mmc_signal_sdio_irq(host->mmc);

spin_unlock(&host->lock);

if (stat & BM_SSP_CTRL1_RESP_TIMEOUT_IRQ)
cmd->error = -ETIMEDOUT;
else if (stat & BM_SSP_CTRL1_RESP_ERR_IRQ)
Expand Down

0 comments on commit 3ef4d47

Please sign in to comment.