diff options
author | Joe Perches <joe@perches.com> | 2010-11-14 22:04:30 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 22:48:04 -0500 |
commit | 150ee73d1b35936aafc5fd3b39a7291b1f66de07 (patch) | |
tree | d427ed9ac5fdd652e46ed38d9f1a758d088f68e4 /drivers/mmc | |
parent | e8120ad129c160ff5b2e2b197d025a2cd661c2f2 (diff) |
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')
-rw-r--r-- | drivers/mmc/host/davinci_mmc.c | 2 |
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, | |||
480 | struct scatterlist *sg; | 480 | struct scatterlist *sg; |
481 | unsigned sg_len; | 481 | unsigned sg_len; |
482 | unsigned bytes_left = host->bytes_left; | 482 | unsigned bytes_left = host->bytes_left; |
483 | const unsigned shift = ffs(rw_threshold) - 1;; | 483 | const unsigned shift = ffs(rw_threshold) - 1; |
484 | 484 | ||
485 | if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) { | 485 | if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) { |
486 | template = &host->tx_template; | 486 | template = &host->tx_template; |