All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out"
@ 2012-11-20  6:07 ` Jing Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jing Wang @ 2012-11-20  6:07 UTC (permalink / raw)
  To: Ben Dooks, Chris Ball; +Cc: linux-arm-kernel, linux-mmc, Jing Wang

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out"
@ 2012-11-20  6:07 ` Jing Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Jing Wang @ 2012-11-20  6:07 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-20  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20  6:07 [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out" Jing Wang
2012-11-20  6:07 ` Jing Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.