Re: [PATCH 1/2] firmware: zynqmp: Handle errors from ipi_req properly

2021-10-21 Thread Michal Simek
On 10/15/21 16:57, Michal Simek wrote: There are multiple errors what can happen in ipi_req but they are not propagated properly. That's why propage all error properly. Signed-off-by: Michal Simek --- drivers/firmware/firmware-zynqmp.c | 6 +- 1 file changed, 5 insertions(+), 1

Re: [PATCH 1/2] firmware: zynqmp: Handle errors from ipi_req properly

2021-10-18 Thread Adrian Fiergolski
On 15.10.2021 16:57, Michal Simek wrote: > There are multiple errors what can happen in ipi_req but they are not > propagated properly. That's why propage all error properly. > > Signed-off-by: Michal Simek Reviewed-by: Adrian Fiergolski Thanks, Adrian > --- > >

[PATCH 1/2] firmware: zynqmp: Handle errors from ipi_req properly

2021-10-15 Thread Michal Simek
There are multiple errors what can happen in ipi_req but they are not propagated properly. That's why propage all error properly. Signed-off-by: Michal Simek --- drivers/firmware/firmware-zynqmp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git