RE: [PATCH 0/2] staging: comedi: comedi.h: Avoid BIT macro

2016-03-02 Thread Hartley Sweeten
On Wednesday, March 02, 2016 7:28 AM, Ian Abbott wrote: > Patch 1 effectively reverts commit 72315cdaba9d on linux-next "Staging: > comedi: Prefer using the BIT macro"), but I replaced the use of the BIT > macro with hexadecimal constants instead of the original left bit-shift > expressions. We

[PATCH 0/2] staging: comedi: comedi.h: Avoid BIT macro

2016-03-02 Thread Ian Abbott
Patch 1 effectively reverts commit 72315cdaba9d on linux-next "Staging: comedi: Prefer using the BIT macro"), but I replaced the use of the BIT macro with hexadecimal constants instead of the original left bit-shift expressions. We shouldn't use the BIT macro in "comedi.h" as it is intended to be