The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=440c645b8f14cae1f80412397ad2850595ba1396
commit 440c645b8f14cae1f80412397ad2850595ba1396 Author: Mitchell Horne <[email protected]> AuthorDate: 2021-09-29 00:10:26 +0000 Commit: Mitchell Horne <[email protected]> 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); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
