On 7/28/25 5:04 PM, Andrew Goodbody wrote:
In rcar_iic_xfer if nmsgs == 0 the ret will not be assigned to. As ret will always be 0 if the for loop is entered, may as well just return 0.This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]>
Reviewed-by: Marek Vasut <[email protected]> Thanks !

