staging: comedi: das08: rename DAS08_LSB and DAS08_MSB
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:10 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:40 +0000 (17:06 -0700)
commit5826d99aedda2442f89194cd3b85bc69970c175c
tree904c1effb06917a53c22383de404e02312b74f8c
parent3c7cab30f4c4364f72ccd7a034cf81fba7700525
staging: comedi: das08: rename DAS08_LSB and DAS08_MSB

The `DAS08_LSB` and `DAS08_MSB` macros contain the offsets to the
least-significant and most-significant analog input data registers.
Rename them to `DAS08_AI_LSB_REG` and `DAS08_AI_MSB_REG` respectively
and add comments to document them.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c