Skip to content

Commit

Permalink
mmc: davinci_mmc: Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Joe Perches authored and Chris Ball committed Jan 9, 2011
1 parent e8120ad commit 150ee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/davinci_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 150ee73

Please sign in to comment.