git: 440c645b8f14 - main - sdhci: add a missing newline

Mitchell Horne mhorne at FreeBSD.org
Wed Sep 29 14:40:10 UTC 2021


The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=440c645b8f14cae1f80412397ad2850595ba1396

commit 440c645b8f14cae1f80412397ad2850595ba1396
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-09-29 00:10:26 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-09-29 14:38:56 +0000

    sdhci: add a missing newline
---
 sys/dev/sdhci/sdhci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c
index 09df5e972ab6..7806a08a1572 100644
--- a/sys/dev/sdhci/sdhci.c
+++ b/sys/dev/sdhci/sdhci.c
@@ -1758,7 +1758,7 @@ sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
 	    slot->power == 0 ||
 	    slot->clock == 0) {
 		slot_printf(slot,
-			    "Cannot issue a command (power=%d clock=%d)",
+			    "Cannot issue a command (power=%d clock=%d)\n",
 			    slot->power, slot->clock);
 		cmd->error = MMC_ERR_FAILED;
 		sdhci_req_done(slot);


More information about the dev-commits-src-all mailing list