diff mbox

[2/2] mmc/host/s3cmci: remove the excess "goto irq_out"

Message ID 1353391635-7691-1-git-send-email-windsdaemon@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jing Wang Nov. 20, 2012, 6:07 a.m. UTC
From: Jing Wang <windsdaemon@gmail.com>

This patch delete excess "goto irq_out", because the function can run as normal without this.

Signed-off-by: Jing Wang <windsdaemon@gmail.com>
---
 drivers/mmc/host/s3cmci.c |    2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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",