Re: [PATCH v5 7/7] i2c: designware: style changes in existing code

2016-12-28 Thread Andy Shevchenko
On Wed, 2016-12-28 at 14:43 +, Luis Oliveira wrote: > Replaced all the return variables 'r' in the existing > code by 'ret' to make the code easier to read (and > more standard). I'm not sure it makes sense as a separate change. > > Signed-off-by: Luis Oliveira > --- > Changes V4->V5: (Andy

[PATCH v5 7/7] i2c: designware: style changes in existing code

2016-12-28 Thread Luis Oliveira
Replaced all the return variables 'r' in the existing code by 'ret' to make the code easier to read (and more standard). Signed-off-by: Luis Oliveira --- Changes V4->V5: (Andy Shevchenko) - Replaced all the old code using "r" as return to "ret". For consistency purposes. drivers/i2c/busses/i2c