From: Ian Abbott Date: Fri, 5 Jun 2015 17:30:19 +0000 (+0100) Subject: staging: comedi: das08: rename DAS08_OP() and DAS08_DO_MASK X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e8457f02ee41bbd1c0437d340c692ce2d78431;p=pandora-kernel.git staging: comedi: das08: rename DAS08_OP() and DAS08_DO_MASK The `DAS08_DO_MASK` macro is a bitmask for the control register corresponding to the digital output channels (except on "JR" boards). Rename it to `DAS08_CONTROL_DO_MASK` and add a comment. The `DAS08_OP(x)` macro takes a bitvector of the desired digital output channel states and returns the corresponding bits for the control register (except on "JR" boards). Rename it to `DAS08_CONTROL_DO(x)` and add a comment. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed