]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13b0351a9b37b9368eabe9bf7cb78d2508d8fbe6
tree3c306eab449589d4aa9a5ded12237f9c2ba62d90
parent9be79f51f8248e36c80ec6c5bd969e1b166d643f
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