sdhci: add a missing newline

This commit is contained in:
Mitchell Horne 2021-09-28 21:10:26 -03:00
parent adbce5ff74
commit 440c645b8f

View File

@ -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);