Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263699
b: refs/heads/master
c: 49bb1e6
h: refs/heads/master
i:
  263697: 7a2218a
  263695: 88c849f
v: v3
  • Loading branch information
Girish K S authored and Chris Ball committed Aug 31, 2011
1 parent 4defa20 commit 7574bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93c712f99d8e412b2d297edfe9f59b90636897c1
refs/heads/master: 49bb1e619568ec84785ceb366f07db2a6f0b64cc
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ static int sdhci_s3c_platform_8bit_width(struct sdhci_host *host, int width)
ctrl &= ~SDHCI_CTRL_8BITBUS;
break;
default:
ctrl &= ~SDHCI_CTRL_4BITBUS;
ctrl &= ~SDHCI_CTRL_8BITBUS;
break;
}

Expand Down

0 comments on commit 7574bd5

Please sign in to comment.