Re: [PATCH v2 2/3] i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame

From: Miquel Raynal
Date: Tue May 07 2024 - 04:03:57 EST


Hi Frank,

Frank.Li@xxxxxxx wrote on Mon, 6 May 2024 12:40:08 -0400:

> svc_i3c_master_xfer() returns error ENXIO if an In-Band Interrupt (IBI)
> occurs when the host starts the frame.
>
> Change error code to EAGAIN to inform the client driver that this
> situation has occurred and to try again sometime later.
>
> Fixes: 5e5e3c92e748 ("i3c: master: svc: fix wrong data return when IBI happen during start frame")
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>

Reviewed-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>


Thanks,
Miquèl