[U-Boot] [PATCH v1 2/2] ppc4xx: Handle i2c stuck on combined xfer
Dirk Eibach
dirk.eibach at gdsys.cc
Thu Oct 30 07:58:36 CET 2014
Hello Heiko,
>> +++ b/drivers/i2c/ppc4xx_i2c.c
>> @@ -289,6 +289,27 @@ static int _i2c_transfer(struct i2c_adapter *adap,
>> /* Transfer aborted? */
>> if (status& IIC_EXTSTS_XFRA)
>> result = IIC_NOK_XFRA;
>> + /* Is bus free?
>
>
> Nitpick only: wrong comment style ... Is it OK for you, if I fix it,
> when applying this patch?
Oops, yes please fix it when applying. Shouldn't checkpatch catch this?
Cheers
Dirk
More information about the U-Boot
mailing list