mmc: davinci_mmc: Remove unnecessary semicolon
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
parent
e8120ad129
commit
150ee73d1b
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ static void mmc_davinci_send_dma_request(struct mmc_davinci_host *host,
|
||||||
struct scatterlist *sg;
|
struct scatterlist *sg;
|
||||||
unsigned sg_len;
|
unsigned sg_len;
|
||||||
unsigned bytes_left = host->bytes_left;
|
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) {
|
if (host->data_dir == DAVINCI_MMC_DATADIR_WRITE) {
|
||||||
template = &host->tx_template;
|
template = &host->tx_template;
|
||||||
|
|
Loading…
Add table
Reference in a new issue