mmc: wbsd: Remove unneded semicolon

It's not needed an is just creating a null statement, so remove it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Javier Martinez Canillas 2015-09-16 11:30:03 +02:00 коммит произвёл Ulf Hansson
Родитель bf8b8511af
Коммит 17a9053971
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -809,7 +809,7 @@ static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq)
cmd->error = -EINVAL;
goto done;
};
}
}
/*