Re: [PATCH 1/4] firmware: ti_sci: Reduce output on ti_sci_do_xfer error

2022-08-26 Thread Tom Rini
On Mon, Jul 25, 2022 at 08:25:03PM -0500, Andrew Davis wrote: > 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:

[PATCH 1/4] firmware: ti_sci: Reduce output on ti_sci_do_xfer error

2022-07-25 Thread Andrew Davis
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 --- drivers/firmware/ti_sci.c | 132