Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255181
b: refs/heads/master
c: 1d56c45
h: refs/heads/master
i:
  255179: cf9fa1a
v: v3
  • Loading branch information
Seungwon Jeon authored and Chris Ball committed Jul 20, 2011
1 parent a7d733c commit 9d99d83
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: a5556f3cc7cbf65921dadc9b18f8eb0a07359619
refs/heads/master: 1d56c453b14854637567c838109127b8decbf328
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ static void dw_mci_setup_bus(struct dw_mci_slot *slot)
}

/* Set the current slot bus width */
mci_writel(host, CTYPE, slot->ctype);
mci_writel(host, CTYPE, (slot->ctype << slot->id));
}

static void dw_mci_start_request(struct dw_mci *host,
Expand Down

0 comments on commit 9d99d83

Please sign in to comment.