mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
mmc: davinci: Remove space before newline
There is a extraneous space before a newline in a dev_err message. Remove the space. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20250731094116.2163061-1-colin.i.king@gmail.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
committed by
Ulf Hansson
parent
d76ae3c79c
commit
4591511dab
@@ -588,7 +588,7 @@ static void mmc_davinci_request(struct mmc_host *mmc, struct mmc_request *req)
|
||||
cpu_relax();
|
||||
}
|
||||
if (mmcst1 & MMCST1_BUSY) {
|
||||
dev_err(mmc_dev(host->mmc), "still BUSY? bad ... \n");
|
||||
dev_err(mmc_dev(host->mmc), "still BUSY? bad ...\n");
|
||||
req->cmd->error = -ETIMEDOUT;
|
||||
mmc_request_done(mmc, req);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user