staging: comedi: das08: rename das08_ai_rinsn()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:31 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:41 +0000 (17:06 -0700)
commitc224a9195745e909b2c457bba1a7a6b57ac9e284
tree3c306eab449589d4aa9a5ded12237f9c2ba62d90
parentfcd63ec8f325d964cfdf0a7c92a9dcac475f85e6
staging: comedi: das08: rename das08_ai_rinsn()

`das08_ai_rinsn()` is the handler for Comedi `INSN_READ` instructions
for the AI subdevice.  Rename the function to `das08_ai_insn_read()` for
consistency.

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