Re: [PATCH] staging: iio: cdc: Prefer using the BIT macro

2016-01-10 Thread Jonathan Cameron
On 10/01/16 06:20, Bhaktipriya Shridhar wrote: > Replace all occurences of (1< of checkpatch.pl "CHECK" output "Prefer using the BIT macro" > > Signed-off-by: Bhaktipriya Shridhar Hi, I'm afraid that a similar patch was sent by Shraddha Barke back at the end of December. It just missed the last

[PATCH] staging: iio: cdc: Prefer using the BIT macro

2016-01-09 Thread Bhaktipriya Shridhar
Replace all occurences of (1< --- drivers/staging/iio/cdc/ad7150.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/iio/cdc/ad7150.c b/drivers/staging/iio/cdc/ad7150.c index e8d0ff2..0b934f7 100644 --- a/drivers/staging/iio/cdc/ad7150.c +++ b/drivers/stagin