mmc: davinci_mmc: Remove unnecessary semicolon
authorJoe Perches <joe@perches.com>
Mon, 15 Nov 2010 03:04:30 +0000 (19:04 -0800)
committerChris 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

index e15547c..b643dde 100644 (file)
@@ -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;