Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7054ba1 authored by Chris Ball's avatar Chris Ball
Browse files

mmc: via-sdmmc: Remove set-but-unused variable.



drivers/mmc/host/via-sdmmc.c: In function ‘via_reset_pcictrl’:
drivers/mmc/host/via-sdmmc.c:805:8: warning: variable ‘addrbase’ set but
not used [-Wunused-but-set-variable]

Signed-off-by: default avatarChris Ball <cjb@laptop.org>
Cc: Harald Welte <HaraldWelte@viatech.com>
Acked-by: default avatarWolfram Sang <w.sang@pengutronix.de>
parent b3bd1b5b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -802,12 +802,9 @@ static const struct mmc_host_ops via_sdc_ops = {

static void via_reset_pcictrl(struct via_crdr_mmc_host *host)
{
	void __iomem *addrbase;
	unsigned long flags;
	u8 gatt;

	addrbase = host->pcictrl_mmiobase;

	spin_lock_irqsave(&host->lock, flags);

	via_save_pcictrlreg(host);