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:
e8120ad
)
mmc: davinci_mmc: Remove unnecessary semicolon
author
Joe Perches
<joe@perches.com>
Mon, 15 Nov 2010 03:04:30 +0000
(19:04 -0800)
committer
Chris Ball
<cjb@laptop.org>
Sun, 9 Jan 2011 03:48:04 +0000
(22:48 -0500)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/davinci_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/davinci_mmc.c
b/drivers/mmc/host/davinci_mmc.c
index e15547cf701f177931dadc64a6ec87229f002dc4..b643ddef4f700219c006ffac1d0a3605de20fc70 100644
(file)
--- a/
drivers/mmc/host/davinci_mmc.c
+++ b/
drivers/mmc/host/davinci_mmc.c
@@
-480,7
+480,7
@@
static void mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
struct scatterlist *sg;
unsigned sg_len;
unsigned bytes_left = host->bytes_left;
- const unsigned shift = ffs(rw_threshold) - 1;
;
+ const unsigned shift = ffs(rw_threshold) - 1;
if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) {
template = &host->tx_template;