Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41438
b: refs/heads/master
c: f4204fd
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren tony authored and Pierre Ossman committed Dec 1, 2006
1 parent 0e3f939 commit dbaf9b4
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: 81ca70343f4d85637ac19b529dbcccd1db69a41d
refs/heads/master: f4204fdf05e70cdbff1f657e3ed78eddd3d6267f
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ static int __init mmc_omap_probe(struct platform_device *pdev)
mmc->f_min = 400000;
mmc->f_max = 24000000;
mmc->ocr_avail = MMC_VDD_32_33|MMC_VDD_33_34;
mmc->caps = MMC_CAP_BYTEBLOCK;
mmc->caps = MMC_CAP_MULTIWRITE | MMC_CAP_BYTEBLOCK;

if (minfo->wire4)
mmc->caps |= MMC_CAP_4_BIT_DATA;
Expand Down

0 comments on commit dbaf9b4

Please sign in to comment.