Re: [PATCH] staging: comedi: use BIT macro

2015-06-25 Thread Ian Abbott
On 25/06/15 17:53, Gujulan Elango, Hari Prasath (H.) wrote: From: Hari Prasath Gujulan Elango Prefer using the BIT macro for shifting operation Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedi.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

[PATCH] staging: comedi: use BIT macro

2015-06-25 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango Prefer using the BIT macro for shifting operation Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedi.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/co

Re: [PATCH] staging: comedi: use BIT macro for bit shift operation

2015-06-16 Thread Ian Abbott
On 16/06/15 15:15, Gujulan Elango, Hari Prasath (H.) wrote: From: Hari Prasath Gujulan Elango This patch silences the Checkpatch.pl warning 'Prefer using the BIT macro' Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedidev.h | 12 ++-- 1 file changed, 6 in

[PATCH] staging: comedi: use BIT macro for bit shift operation

2015-06-16 Thread Gujulan Elango, Hari Prasath (H.)
From: Hari Prasath Gujulan Elango This patch silences the Checkpatch.pl warning 'Prefer using the BIT macro' Signed-off-by: Hari Prasath Gujulan Elango --- drivers/staging/comedi/comedidev.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/comedi