Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208439
b: refs/heads/master
c: f3584e5
h: refs/heads/master
i:
  208437: 91c1dd8
  208435: 0db99a9
  208431: 71bca38
v: v3
  • Loading branch information
Venkatraman S authored and Linus Torvalds committed Aug 11, 2010
1 parent b19978b commit fa427e2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 762333e344144283a9da97a34b5dded51ff61b27
refs/heads/master: f3584e5e6fd7abda4ef4a7aec9acd9d46387b8ab
7 changes: 5 additions & 2 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,8 +1273,11 @@ static void omap_hsmmc_dma_cb(int lch, u16 ch_status, void *cb_data)
struct mmc_data *data = host->mrq->data;
int dma_ch, req_in_progress;

if (ch_status & OMAP2_DMA_MISALIGNED_ERR_IRQ)
dev_dbg(mmc_dev(host->mmc), "MISALIGNED_ADRS_ERR\n");
if (!(ch_status & OMAP_DMA_BLOCK_IRQ)) {
dev_warn(mmc_dev(host->mmc), "unexpected dma status %x\n",
ch_status);
return;
}

spin_lock(&host->irq_lock);
if (host->dma_ch < 0) {
Expand Down

0 comments on commit fa427e2

Please sign in to comment.