Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186290
b: refs/heads/master
c: dc2ed55
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Linus Torvalds committed Mar 6, 2010
1 parent 499e98b commit 5ae8435
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: c212808a1ba6bfba489006399b8152a047305acf
refs/heads/master: dc2ed552804f3a2ae41c0ffe4bc09879ec8f7396
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/s3cmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ static int s3cmci_card_present(struct mmc_host *mmc)
struct s3c24xx_mci_pdata *pdata = host->pdata;
int ret;

if (pdata->gpio_detect == 0)
if (pdata->no_detect)
return -ENOSYS;

ret = gpio_get_value(pdata->gpio_detect) ? 0 : 1;
Expand Down

0 comments on commit 5ae8435

Please sign in to comment.