Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284533
b: refs/heads/master
c: 8234e86
h: refs/heads/master
i:
  284531: 5329fee
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Jan 12, 2012
1 parent cd0d7fe commit ce822bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 069c9f142822d552ec885572945d8bce9eff0519
refs/heads/master: 8234e86960b07f5a3cf9973de3f9ba9a50450464
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ static int dw_mci_probe(struct platform_device *pdev)
* should put it in the platform data.
*/
fifo_size = mci_readl(host, FIFOTH);
fifo_size = 1 + ((fifo_size >> 16) & 0x7ff);
fifo_size = 1 + ((fifo_size >> 16) & 0xfff);
} else {
fifo_size = host->pdata->fifo_depth;
}
Expand Down

0 comments on commit ce822bc

Please sign in to comment.