projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8b851
)
mmc: wbsd: Remove unneded semicolon
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Wed, 16 Sep 2015 09:30:03 +0000
(11:30 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 26 Oct 2015 14:59:53 +0000
(15:59 +0100)
It's not needed an is just creating a null statement, so remove it.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/wbsd.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/wbsd.c
b/drivers/mmc/host/wbsd.c
index ca183ea767b32b5bace0ab819b32fdb251bb4314..c3fd16d997caba4d903d6e8d3ea35acd0f350075 100644
(file)
--- 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;
- }
;
+ }
}
/*