Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284502
b: refs/heads/master
c: 5b93a45
h: refs/heads/master
v: v3
  • Loading branch information
Chris Ball committed Jan 12, 2012
1 parent 67431f6 commit cf95cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 4f408cc67a0613f969d1e02fff6de74d31a29fb3
refs/heads/master: 5b93a4595b6c39f78b69cc6eb9a3fa0ae6efe4a6
5 changes: 0 additions & 5 deletions trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,14 +1678,9 @@ static int __init dw_mci_init_slot(struct dw_mci *host, unsigned int id)

if (host->pdata->caps)
mmc->caps = host->pdata->caps;
else
mmc->caps = 0;

if (host->pdata->caps2)
mmc->caps2 = host->pdata->caps2;
else
mmc->caps2 = 0;


if (host->pdata->get_bus_wd)
if (host->pdata->get_bus_wd(slot->id) >= 4)
Expand Down

0 comments on commit cf95cff

Please sign in to comment.