
30 Oct
2014
30 Oct
'14
7:58 a.m.
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