From: Ian Abbott Date: Fri, 5 Jun 2015 17:30:24 +0000 (+0100) Subject: staging: comedi: das08: rename DAS08AO_AO_LSB() and DAS08AO_AO_MSB() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c98c1d3f1d3912738dca864fd00910654ed2a65;p=pandora-kernel.git staging: comedi: das08: rename DAS08AO_AO_LSB() and DAS08AO_AO_MSB() The `DAS08AO_AO_LSB(x)` macro returns the offset to the analog output low byte register for channel x (0 or 1) for "AOL", "AOM", and "AOH" boards. The `DAS08AO_AO_MSB(x)` macro returns the offset to the corresponding high byte register. Rename the macros to `DAS08AOX_AO_LSB_REG(x)` and `DAS08AOX_AO_MSB_REG(x)` respectively, and add some comments. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed