Re: [PATCH 2/4] firmware: ti_sci: Factor out message alloc failed message

2022-08-26 Thread Tom Rini
On Mon, Jul 25, 2022 at 08:25:04PM -0500, Andrew Davis wrote: > 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 Applied to u-boot/next, thanks! -- Tom

[PATCH 2/4] firmware: ti_sci: Factor out message alloc failed message

2022-07-25 Thread Andrew Davis
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 --- drivers/firmware/ti_sci.c | 40 --- 1 file changed, 4 insertions(+), 36