From: H Hartley Sweeten Date: Wed, 5 Aug 2015 17:44:58 +0000 (-0700) Subject: staging: comedi: me4000: tidy up ME4000_AI_STATUS_REG bit defines X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b586a52a97ca537882a879de583002d74d9e27;p=pandora-kernel.git staging: comedi: me4000: tidy up ME4000_AI_STATUS_REG bit defines Use the BIT() marco to define the bits of this register. For aesthetics, rename all the defines to remove the '_BIT' from the name. Also, use ME4000_AI_STATUS_REG instead of ME4000_AI_CTRL_REG when reading the register (they happen to be the same). Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed