Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187311
b: refs/heads/master
c: d759c37
h: refs/heads/master
i:
  187309: e87b011
  187307: ef12ffd
  187303: f19570e
  187295: 67c4e2e
v: v3
  • Loading branch information
Vladimir Zapolskiy authored and Linus Torvalds committed Mar 12, 2010
1 parent 80e5fe7 commit d66bd0d
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: 51ea3f6a4571e9283e2ff79b74bcedfc2986dbe2
refs/heads/master: d759c3745e62c36fd7efee7a2ce2a327f22e9056
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ static int mxcmci_probe(struct platform_device *pdev)
mmc->max_blk_size = 2048;
mmc->max_blk_count = 65535;
mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count;
mmc->max_seg_size = mmc->max_seg_size;
mmc->max_seg_size = mmc->max_req_size;

host = mmc_priv(mmc);
host->base = ioremap(r->start, resource_size(r));
Expand Down

0 comments on commit d66bd0d

Please sign in to comment.