[PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out"
Jing Wang
windsdaemon at gmail.com
Tue Nov 20 01:07:14 EST 2012
From: Jing Wang <windsdaemon at gmail.com>
This patch delete excess "goto irq_out", because the function can run as normal without this.
Signed-off-by: Jing Wang <windsdaemon at gmail.com>
---
drivers/mmc/host/s3cmci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index 4638dda..e488e60 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -733,8 +733,6 @@ close_transfer:
clear_imask(host);
tasklet_schedule(&host->pio_tasklet);
- goto irq_out;
-
irq_out:
dbg(host, dbg_irq,
"csta:0x%08x dsta:0x%08x fsta:0x%08x dcnt:0x%08x status:%s.\n",
--
1.7.9.5
More information about the linux-arm-kernel
mailing list