mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
mmc: Remove unneeded semicolon
./drivers/mmc/host/sunplus-mmc.c:321:2-3: Unneeded semicolon Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3238 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20221123021221.9646-1-yang.lee@linux.alibaba.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
e81bdae440
commit
1e8cb505f3
@ -318,7 +318,7 @@ static void spmmc_set_bus_width(struct spmmc_host *host, int width)
|
|||||||
value &= ~SPMMC_SD_DATA_WD;
|
value &= ~SPMMC_SD_DATA_WD;
|
||||||
value &= ~SPMMC_MMC8_EN;
|
value &= ~SPMMC_MMC8_EN;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
writel(value, host->base + SPMMC_SD_CONFIG0_REG);
|
writel(value, host->base + SPMMC_SD_CONFIG0_REG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user