1
0
Fork 0

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>
hifive-unleashed-5.1
Javier Martinez Canillas 2015-09-16 11:30:03 +02:00 committed by Ulf Hansson
parent bf8b8511af
commit 17a9053971
1 changed files with 1 additions and 1 deletions

View File

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