Re: [PATCH 2/4] iio:adc:ad7923: Use BIT macro instead of bitshift

2019-03-03 Thread Jonathan Cameron
On Fri, 22 Feb 2019 17:31:57 -0300 Bárbara Fernandes wrote: > Replace use of the operation '<<' by the BIT macro. Solves checkpath.pl's > message: > > CHECK: Prefer using the BIT macro > > Signed-off-by: Bárbara Fernandes Applied. Thanks, Jonathan > --- > drivers/iio/adc/ad7923.c | 6 +++--

[PATCH 2/4] iio:adc:ad7923: Use BIT macro instead of bitshift

2019-02-22 Thread Bárbara Fernandes
Replace use of the operation '<<' by the BIT macro. Solves checkpath.pl's message: CHECK: Prefer using the BIT macro Signed-off-by: Bárbara Fernandes --- drivers/iio/adc/ad7923.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/iio/adc/ad7923.c b/drivers/iio/adc