staging: comedi: das08: rename the gainlist variables
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:30 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:41 +0000 (17:06 -0700)
commitfcd63ec8f325d964cfdf0a7c92a9dcac475f85e6
tree38d967411ef95527a40f19c31b9a5d7f2f0d35a1
parenta76ccfa81e8268025b3dc3dfd76420f6049032f7
staging: comedi: das08: rename the gainlist variables

`das08_pgh_gainlist[]`, `das08_pgl_gainlist[]`, and
`das08_pgm_gainlist[]` hold the gain codes indexed by range index for
various boards that support programmable gain. `das08_gainlist[]` is a
look-up table to find the appropriate gain list for a board.  These are
all associated with the analog input Comedi subdevice.  Rename the
variables to reflect that.

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