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)
commit3919c3d5891b079b5d03c03b4df4e3fca9572eca
tree6083b51fd5531fe9b9ff68416f328afda4498af0
parent9f05914d0c7ce5083e54bb37d50c41d942adf03b
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
This page took 0.044251 seconds and 5 git commands to generate.