drivers/mmc/host/sdhci-pci.c: In function âsdhci_pci_probe_slotâ: drivers/mmc/host/sdhci-pci.c:913:18: warning: variable âaddrâ set but not used [-Wunused-but-set-variable] Signed-off-by: Chris Ball <cjb@xxxxxxxxxx> Cc: MichaÅ MirosÅaw <mirq-linux@xxxxxxxxxxxx> --- drivers/mmc/host/cb710-mmc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/cb710-mmc.c b/drivers/mmc/host/cb710-mmc.c index 66b4ce5..280c03a 100644 --- a/drivers/mmc/host/cb710-mmc.c +++ b/drivers/mmc/host/cb710-mmc.c @@ -179,7 +179,6 @@ static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask) { unsigned limit = 500000; /* FIXME: real timeout */ - int err = 0; #ifdef CONFIG_CB710_DEBUG u32 e, x; @@ -190,7 +189,6 @@ static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask) if (!--limit) { cb710_dump_regs(cb710_slot_to_chip(slot), CB710_DUMP_REGS_MMC); - err = -ETIMEDOUT; break; } udelay(1); -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html