firmware: ti_sci: Reduce output on ti_sci_do_xfer error
authorAndrew Davis <afd@ti.com>
Tue, 26 Jul 2022 01:25:03 +0000 (20:25 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:46 +0000 (10:55 -0400)
commit59178501386a5355d4342be3fc595ae044c28c47
tree406ca2f78dc0084a995fe81d3ed4b308a025e199
parent0ddabb6830e5aee2c54f86f2430ea0f28f7538c3
firmware: ti_sci: Reduce output on ti_sci_do_xfer error

This ti_sci_do_xfer() function already prints out the reason for the
failure, and the caller of each of these functions should also notify
the user of the failed task. Remove this extra level of error message.

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