summary refs log tree commit diff
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-14 19:04:30 -0800
committerChris Ball <cjb@laptop.org>2011-01-08 22:48:04 -0500
commit150ee73d1b35936aafc5fd3b39a7291b1f66de07 (patch)
treed427ed9ac5fdd652e46ed38d9f1a758d088f68e4 /drivers/mmc/host
parente8120ad129c160ff5b2e2b197d025a2cd661c2f2 (diff)
downloadlinux-150ee73d1b35936aafc5fd3b39a7291b1f66de07.tar.gz
mmc: davinci_mmc: Remove unnecessary semicolon
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/davinci_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davinci_mmc.c
index e15547cf701f..b643ddef4f70 100644
--- 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;