]> git.baikalelectronics.ru Git - uboot.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)
commit04a686cca7662ab51005f7d6eaf5273b976a75f1
treead89ac7c4d82ebf790feb9ded1cf53d728227ba0
parentc4596fb0deaa8eefb8c7245bd4cb5ff27adc096f
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