]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit17701eaea7b4302130bade184e60f9d2e9bea6d0
tree7a2d18db892a360af65f82ef200c291028bf5e19
parentc4bdc061d09d9bf1299b898eabd62e2ea48dbf93
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