Re: [PATCH v2] i2c: qcom: Fix IRQ error misassignement

From: Manivannan Sadhasivam
Date: Fri Nov 27 2020 - 11:06:13 EST


On Fri, Nov 27, 2020 at 02:39:37PM +0100, Robert Foss wrote:
> During cci_isr() errors read from register fields belonging to
> i2c master1 are currently assigned to the status field belonging to
> i2c master0. This patch corrects this error, and always assigns
> master1 errors to the status field of master1.
>
> Fixes: e517526195de ("i2c: Add Qualcomm CCI I2C driver")
>

You don't need a new line here.

> Reported-by: Loic Poulain <loic.poulain@xxxxxxxxxx>
> Suggested-by: Loic Poulain <loic.poulain@xxxxxxxxxx>
> Signed-off-by: Robert Foss <robert.foss@xxxxxxxxxx>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>

Thanks,
Mani