Re: [PATCH] i2c: iproc: Fix checkpatch warnings by using 'BIT' macro

2020-08-25 Thread Wolfram Sang
On Fri, Aug 14, 2020 at 03:40:08PM -0700, Ray Jui wrote: > Fix additional checkpatch warnings in the iProc I2C driver by using > 'BIT' marcro. > > Reported-by: Wolfram Sang > Signed-off-by: Ray Jui Changed the commit msg a little. This is not about 'checkpatch', this is about fixing undefined C

Re: [PATCH] i2c: iproc: Fix checkpatch warnings by using 'BIT' macro

2020-08-15 Thread Florian Fainelli
On 8/14/2020 3:40 PM, Ray Jui wrote: Fix additional checkpatch warnings in the iProc I2C driver by using 'BIT' marcro. Reported-by: Wolfram Sang Signed-off-by: Ray Jui Acked-by: Florian Fainelli -- Florian