]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: das08: rename das08_do_wbits() & das08jr_do_wbits()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:33 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:41 +0000 (17:06 -0700)
commit1351c1bc1e81dfef2da61617693707f9fdb083c0
tree6083b51fd5531fe9b9ff68416f328afda4498af0
parent6c518c51e5306a2a9180623934b8e767fb9cb010
staging: comedi: das08: rename das08_do_wbits() & das08jr_do_wbits()

`das08_do_wbits()` and `das08jr_do_wbits()` are handlers for the Comedi
`INSN_BITS` instruction for the digital output subdevice on "non-JR" and
"JR" boards, respectively.  Rename them to `das08_do_insn_bits()` and
`das08jr_do_insn_bits()` respectively 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