]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: ti_sci: Add missing LF in error message
authorAndreas Dannenberg <dannenberg@ti.com>
Tue, 9 May 2023 21:38:13 +0000 (16:38 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 1 Jun 2023 16:32:03 +0000 (12:32 -0400)
commit875ab2a27f3fed5a660d4dc3c8bc250d89baff99
treead89ac7c4d82ebf790feb9ded1cf53d728227ba0
parentf517f61ba85e33dc283c7f714babcb146b7e7dc4
firmware: ti_sci: Add missing LF in error message

The "Message not acknowledged" error message is missing a line feed,
leading to the console log getting garbled and joined together with
whatever the next output is in case this error happens:

"ti_sci system-controller@44043000: Message not acknowledgedAuthentication failed!"

Fix ths by adding the missing linefeed character.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
drivers/firmware/ti_sci.c