Re: [PATCH] staging: comedi: dt2801: Prefer using the BIT macro

2016-01-11 Thread Ian Abbott
On 11/01/16 16:04, Bhaktipriya Shridhar wrote: As suggested by checkpatch.pl, this patch replaces bit shifting on 1 with the BIT(x) macro. Signed-off-by: Bhaktipriya Shridhar --- drivers/staging/comedi/drivers/dt2801.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)

[PATCH] staging: comedi: dt2801: Prefer using the BIT macro

2016-01-11 Thread Bhaktipriya Shridhar
As suggested by checkpatch.pl, this patch replaces bit shifting on 1 with the BIT(x) macro. Signed-off-by: Bhaktipriya Shridhar --- drivers/staging/comedi/drivers/dt2801.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/comedi/drivers/dt2801