commit | 831b73faefe9473c770ea47ed482f5444d75d096 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Tue May 09 16:38:13 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 01 12:32:03 2023 -0400 |
tree | ad89ac7c4d82ebf790feb9ded1cf53d728227ba0 | |
parent | 0cb06de52969436f048797bf87bdb7592e688201 [diff] |
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>