Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40899
b: refs/heads/master
c: 63ef731
h: refs/heads/master
i:
  40897: 8dd3c32
  40895: 8a2e5c6
v: v3
  • Loading branch information
Timo Teras authored and Pierre Ossman committed Nov 9, 2006
1 parent d859c62 commit 674d0b3
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: 25a122fd0d28b48782b9524a85895573e7ccf304
refs/heads/master: 63ef731aa6a81e286de78dcc92241d123424ed39
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static u32 mmc_select_voltage(struct mmc_host *host, u32 ocr)
if (bit) {
bit -= 1;

ocr = 3 << bit;
ocr &= 3 << bit;

host->ios.vdd = bit;
mmc_set_ios(host);
Expand Down

0 comments on commit 674d0b3

Please sign in to comment.