Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Ulf Hansson
4591511d d76ae3c7

+1 -1
+1 -1
drivers/mmc/host/davinci_mmc.c
··· 588 588 cpu_relax(); 589 589 } 590 590 if (mmcst1 & MMCST1_BUSY) { 591 - dev_err(mmc_dev(host->mmc), "still BUSY? bad ... \n"); 591 + dev_err(mmc_dev(host->mmc), "still BUSY? bad ...\n"); 592 592 req->cmd->error = -ETIMEDOUT; 593 593 mmc_request_done(mmc, req); 594 594 return;