Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270249
b: refs/heads/master
c: 435f3e3
h: refs/heads/master
i:
  270247: 283db23
v: v3
  • Loading branch information
Alexander Tarasikov authored and Chris Ball committed Oct 26, 2011
1 parent 00a4044 commit 1e57ec1
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: cb2ccc32208cb91edf7363c0809ca9e42c4e04ed
refs/heads/master: 435f3e385962e2b34855e9b34f8b95717c1016a2
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/msm_sdcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ static void msmsdcc_setup_gpio(struct msmsdcc_host *host, bool enable)
struct msm_mmc_gpio_data *curr;
int i, rc = 0;

if (!host->plat->gpio_data && host->gpio_config_status == enable)
if (!host->plat->gpio_data || host->gpio_config_status == enable)
return;

curr = host->plat->gpio_data;
Expand Down

0 comments on commit 1e57ec1

Please sign in to comment.