Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140498
b: refs/heads/master
c: 32ab83a
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Pierre Ossman committed Mar 24, 2009
1 parent 5a84451 commit 55286cb
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: d719f9006e0591196fe9c7181e1d1cb4d5ee1edf
refs/heads/master: 32ab83a56fdf42f543b86c349143c2a86ead9707
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
slot->sdc_reg |= MCI_SDCBUS_1BIT;
break;
case MMC_BUS_WIDTH_4:
slot->sdc_reg = MCI_SDCBUS_4BIT;
slot->sdc_reg |= MCI_SDCBUS_4BIT;
break;
}

Expand Down

0 comments on commit 55286cb

Please sign in to comment.