提交 150ee73d 编写于 作者: J Joe Perches 提交者: Chris Ball

mmc: davinci_mmc: Remove unnecessary semicolon

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NChris Ball <cjb@laptop.org>
上级 e8120ad1
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册