From: Jing Wang <windsdaemon@gmail.com>
To: Ben Dooks <ben-linux@fluff.org>, Chris Ball <cjb@laptop.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org,
Jing Wang <windsdaemon@gmail.com>
Subject: [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out"
Date: Tue, 20 Nov 2012 14:07:14 +0800 [thread overview]
Message-ID: <1353391635-7691-1-git-send-email-windsdaemon@gmail.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: windsdaemon@gmail.com (Jing Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out"
Date: Tue, 20 Nov 2012 14:07:14 +0800 [thread overview]
Message-ID: <1353391635-7691-1-git-send-email-windsdaemon@gmail.com> (raw)
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
next reply other threads:[~2012-11-20 6:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 6:07 Jing Wang [this message]
2012-11-20 6:07 ` [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out" Jing Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353391635-7691-1-git-send-email-windsdaemon@gmail.com \
--to=windsdaemon@gmail.com \
--cc=ben-linux@fluff.org \
--cc=cjb@laptop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.