firmware: ti_sci: Factor out message alloc failed message
authorAndrew Davis <afd@ti.com>
Tue, 26 Jul 2022 01:25:04 +0000 (20:25 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:46 +0000 (10:55 -0400)
commit0d74f2684bc6e0baa8e9fc8af6de1e8f446f3a52
tree7a2d18db892a360af65f82ef200c291028bf5e19
parent59178501386a5355d4342be3fc595ae044c28c47
firmware: ti_sci: Factor out message alloc failed message

We don't need to print the same message in every location, just
print it in the function that fails and remove all the extra
message printouts.

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