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:
Yang Li 2022-11-23 10:12:21 +08:00 committed by Ulf Hansson
parent e81bdae440
commit 1e8cb505f3

View File

@ -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);
}