Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57521
b: refs/heads/master
c: 7165129
h: refs/heads/master
i:
  57519: 3056145
v: v3
  • Loading branch information
Pierre Ossman committed Jun 7, 2007
1 parent 5a8351d commit 9ed5787
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: 60da8de671cc314c75118768052d04ea92eaed4d
refs/heads/master: 71651297a448289353b2493c6c3c183f9be7be7c
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int mmc_sd_init_card(struct mmc_host *host, u32 ocr,
/*
* Switch to wider bus (if supported).
*/
if ((host->caps && MMC_CAP_4_BIT_DATA) &&
if ((host->caps & MMC_CAP_4_BIT_DATA) &&
(card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) {
err = mmc_app_set_bus_width(card, MMC_BUS_WIDTH_4);
if (err != MMC_ERR_NONE)
Expand Down

0 comments on commit 9ed5787

Please sign in to comment.