staging: comedi: das08: rename das08_di_rbits() & das08jr_di_rbits()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 5 Jun 2015 17:30:32 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:06:41 +0000 (17:06 -0700)
commit9f05914d0c7ce5083e54bb37d50c41d942adf03b
treee009d3fd912d4fc87bf0a28a514d70b627eb1368
parentc224a9195745e909b2c457bba1a7a6b57ac9e284
staging: comedi: das08: rename das08_di_rbits() & das08jr_di_rbits()

`das08_di_rbits()` and `das08jr_di_rbits()` are handlers for the Comedi
`INSN_BITS` instruction for the digital input subdevice on "non-JR" and
"JR" boards, respectively.  Rename them to `das08_di_insn_bits()` and
`das08jr_di_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.033825 seconds and 5 git commands to generate.