Re: [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

2015-09-29 Thread Jonathan Cameron
On 27/09/15 20:39, Shraddha Barke wrote: > > > On Sun, 27 Sep 2015, Jonathan Cameron wrote: > >> On 26/09/15 18:14, Lars-Peter Clausen wrote: >>> On 09/25/2015 07:23 PM, Shraddha Barke wrote: Replace bit shifting on 1 with the BIT(x) macro Signed-off-by: Shraddha Barke >>> >>> Ac

Re: [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

2015-09-27 Thread Shraddha Barke
On Sun, 27 Sep 2015, Jonathan Cameron wrote: On 26/09/15 18:14, Lars-Peter Clausen wrote: On 09/25/2015 07:23 PM, Shraddha Barke wrote: Replace bit shifting on 1 with the BIT(x) macro Signed-off-by: Shraddha Barke Acked-by: Lars-Peter Clausen This is a good little patch, so applied to

Re: [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

2015-09-27 Thread Jonathan Cameron
On 26/09/15 18:14, Lars-Peter Clausen wrote: > On 09/25/2015 07:23 PM, Shraddha Barke wrote: >> Replace bit shifting on 1 with the BIT(x) macro >> >> Signed-off-by: Shraddha Barke > > Acked-by: Lars-Peter Clausen > This is a good little patch, so applied to the togreg branch of iio.git. This w

Re: [PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

2015-09-26 Thread Lars-Peter Clausen
On 09/25/2015 07:23 PM, Shraddha Barke wrote: > Replace bit shifting on 1 with the BIT(x) macro > > Signed-off-by: Shraddha Barke Acked-by: Lars-Peter Clausen ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org

[PATCH 1/2] Staging: iio: cdc: Prefer using the BIT macro

2015-09-25 Thread Shraddha Barke
Replace bit shifting on 1 with the BIT(x) macro Signed-off-by: Shraddha Barke --- drivers/staging/iio/cdc/ad7746.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c index 10fa372..55cc8bb 100644 --