Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41161
b: refs/heads/master
c: d99c590
h: refs/heads/master
i:
  41159: f150cc9
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Nov 30, 2006
1 parent 21588d6 commit 6bb383e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5d9a276a3eb073251737cb92b790bfdb9f0b9139
refs/heads/master: d99c5909859625f3c9c6dfee6caa3b2a7c0ef163
3 changes: 1 addition & 2 deletions trunk/drivers/mmc/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,7 @@ mmc_omap_prepare_dma(struct mmc_omap_host *host, struct mmc_data *data)
}

/* Max limit for DMA frame count is 0xffff */
if (unlikely(count > 0xffff))
BUG();
BUG_ON(count > 0xffff);

OMAP_MMC_WRITE(host->base, BUF, buf);
omap_set_dma_transfer_params(dma_ch, OMAP_DMA_DATA_TYPE_S16,
Expand Down

0 comments on commit 6bb383e

Please sign in to comment.