Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102176
b: refs/heads/master
c: 12bd257
h: refs/heads/master
v: v3
  • Loading branch information
Ville Syrjala authored and Pierre Ossman committed Jul 15, 2008
1 parent 3c844b3 commit 3ea5cce
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: 9da3cbaf2881df97e502593c49c93f55eb696091
refs/heads/master: 12bd257532708a4d5be4b8548ff121a45ff88f5d
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static void at91_mci_send_command(struct at91mci_host *host, struct mmc_command
ier = AT91_MCI_CMDRDY;
} else {
/* zero block length and PDC mode */
mr = at91_mci_read(host, AT91_MCI_MR) & 0x7fff;
mr = at91_mci_read(host, AT91_MCI_MR) & 0x5fff;
mr |= (data->blksz & 0x3) ? AT91_MCI_PDCFBYTE : 0;
mr |= (block_length << 16);
mr |= AT91_MCI_PDCMODE;
Expand Down

0 comments on commit 3ea5cce

Please sign in to comment.