From: Ian Abbott Date: Fri, 5 Jun 2015 17:30:14 +0000 (+0100) Subject: staging: comedi: das08: rename and rewrite DAS08_IRQ X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2398391017ddec9427bdb94cc5d70326eaf8a3c5;p=pandora-kernel.git staging: comedi: das08: rename and rewrite DAS08_IRQ The `DAS08_IRQ` macro contains a mask for the "IRQ" status bit. This is set to 1 when a rising edge is detected on the external interrupt input pin of the external connector (which may be jumpered to a pacer output). It is cleared by setting the "INTE" control bit to 0. It is not used on "JR" boards. Rename the macro to `DAS08_STATUS_IRQ` and add a comment. Also use the `BIT()` macro to define the value. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed