Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255198
b: refs/heads/master
c: 803862a
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Chris Ball committed Jul 20, 2011
1 parent 4cd8c49 commit 4a78250
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: d25928d1eed06a9c23c723466dfa7cbee0a5e07d
refs/heads/master: 803862a6f7de4939e0a557214e5e4b37e36f87ff
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-esdhc-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static u32 esdhc_readl_le(struct sdhci_host *host, int reg)
if (boarddata && gpio_is_valid(boarddata->cd_gpio)
&& gpio_get_value(boarddata->cd_gpio))
/* no card, if a valid gpio says so... */
val &= SDHCI_CARD_PRESENT;
val &= ~SDHCI_CARD_PRESENT;
else
/* ... in all other cases assume card is present */
val |= SDHCI_CARD_PRESENT;
Expand Down

0 comments on commit 4a78250

Please sign in to comment.