aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-s3c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 69e3ee321eb..8cd999f4af5 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -301,6 +301,8 @@ static int sdhci_s3c_platform_8bit_width(struct sdhci_host *host, int width)
301 ctrl &= ~SDHCI_CTRL_8BITBUS; 301 ctrl &= ~SDHCI_CTRL_8BITBUS;
302 break; 302 break;
303 default: 303 default:
304 ctrl &= ~SDHCI_CTRL_4BITBUS;
305 ctrl &= ~SDHCI_CTRL_8BITBUS;
304 break; 306 break;
305 } 307 }
306 308