Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201493
b: refs/heads/master
c: 528320d
h: refs/heads/master
i:
  201491: 9c64dab
v: v3
  • Loading branch information
Rabin Vincent authored and Russell King committed Jul 27, 2010
1 parent 51e653f commit a6e17fa
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: 4ce1d6cbf07271ab8f7cc47c3e27edeac08b58a7
refs/heads/master: 528320db013b687c5f0150fd77eb4dc02ca328d1
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void mmci_start_data(struct mmci_host *host, struct mmc_data *data)
data->blksz, data->blocks, data->flags);

host->data = data;
host->size = data->blksz;
host->size = data->blksz * data->blocks;
host->data_xfered = 0;

mmci_init_sg(host, data);
Expand Down

0 comments on commit a6e17fa

Please sign in to comment.