Re: [PATCH] staging: comedi: z8536: tidy up bit defines

2016-03-23 Thread Ian Abbott
On 22/03/16 18:29, H Hartley Sweeten wrote: Fix the checkpatch.pl issues: CHECK: Prefer using the BIT macro Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/z8536.h | 89 ++ 1 file changed, 48 insertio

[PATCH] staging: comedi: z8536: tidy up bit defines

2016-03-22 Thread H Hartley Sweeten
Fix the checkpatch.pl issues: CHECK: Prefer using the BIT macro Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/drivers/z8536.h | 89 ++ 1 file changed, 48 insertions(+), 41 deletions(-) diff --git a/drivers/sta