From 9d99d83cfcf6e84a91a691c31d5698f61db7bef6 Mon Sep 17 00:00:00 2001 From: Seungwon Jeon Date: Mon, 20 Jun 2011 17:23:53 +0900 Subject: [PATCH] --- yaml --- r: 255181 b: refs/heads/master c: 1d56c453b14854637567c838109127b8decbf328 h: refs/heads/master i: 255179: cf9fa1a6fd86700d3da7b57742aeacf6c85b8cc3 v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/dw_mmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b6530311172e..f65f656ac569 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5556f3cc7cbf65921dadc9b18f8eb0a07359619 +refs/heads/master: 1d56c453b14854637567c838109127b8decbf328 diff --git a/trunk/drivers/mmc/host/dw_mmc.c b/trunk/drivers/mmc/host/dw_mmc.c index 66dcddb9c205..1ca830c171fd 100644 --- a/trunk/drivers/mmc/host/dw_mmc.c +++ b/trunk/drivers/mmc/host/dw_mmc.c @@ -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,