Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 150ee73d authored by Joe Perches's avatar Joe Perches Committed by Chris Ball
Browse files

mmc: davinci_mmc: Remove unnecessary semicolon



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent e8120ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;