From: Jing Wang <[email protected]>

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

Signed-off-by: Jing Wang <[email protected]>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to