diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sunplus-mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sunplus-mmc.c b/drivers/mmc/host/sunplus-mmc.c index 5c36daf09bfb..db5e0dcdfa7f 100644 --- a/drivers/mmc/host/sunplus-mmc.c +++ b/drivers/mmc/host/sunplus-mmc.c @@ -318,7 +318,7 @@ static void spmmc_set_bus_width(struct spmmc_host *host, int width) value &= ~SPMMC_SD_DATA_WD; value &= ~SPMMC_MMC8_EN; break; - }; + } writel(value, host->base + SPMMC_SD_CONFIG0_REG); } |