Re: [PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-15 Thread Jonathan Cameron
On 09/11/15 14:26, Nizam Haider wrote: > Replaces bit shifting on 1 with the BIT(x) macro > > Signed-off-by: Nizam Haider Applied to the togreg branch of iio.git - guess I'm going to start getting the autobuilder warnings shortly! Will be pushed out as testing for the autobuilders to play with i

Re: [PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-15 Thread Jonathan Cameron
On 09/11/15 14:40, kbuild test robot wrote: > Hi Nizam, Wow, this one opens up a can of worms that as far as I can tell is in no way actually connected to your patch Nizam! (just in case you were wondering). I'm not actually certain what did trigger this. Right now I haven't found any cases that

Re: [PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-09 Thread kbuild test robot
Hi Nizam, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.3 next-20151109] url: https://github.com/0day-ci/linux/commits/Nizam-Haider/iio-adc-mxs-lradc-Prefer-using-the-BIT-macro/20151109-222735 config: sparc64-allyesconfig (attached as .config) reproduce:

[PATCH] iio: adc: mxs-lradc: Prefer using the BIT macro

2015-11-09 Thread Nizam Haider
Replaces bit shifting on 1 with the BIT(x) macro Signed-off-by: Nizam Haider --- drivers/staging/iio/adc/mxs-lradc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c index d997d9c..5f1375c 100644 --- a/