Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1225890
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] mmc: wbsd: Remove unneded semicolon |
| Date | 2015-09-16 11:40 +0200 |
| Message-ID | <q9hm3-uy-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> --- drivers/mmc/host/wbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c index ca183ea767b3..c3fd16d997ca 100644 --- a/drivers/mmc/host/wbsd.c +++ b/drivers/mmc/host/wbsd.c @@ -809,7 +809,7 @@ static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq) cmd->error = -EINVAL; goto done; - }; + } } /* -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] mmc: wbsd: Remove unneded semicolon Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-16 11:40 +0200
[PATCH 2/2] mmc: vub300: Remove unneded semicolons Javier Martinez Canillas <javier@osg.samsung.com> - 2015-09-16 11:40 +0200
Re: [PATCH 2/2] mmc: vub300: Remove unneded semicolons Ulf Hansson <ulf.hansson@linaro.org> - 2015-09-17 10:50 +0200
Re: [PATCH 1/2] mmc: wbsd: Remove unneded semicolon Ulf Hansson <ulf.hansson@linaro.org> - 2015-09-17 11:00 +0200
csiph-web