git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b71eb
)
staging: comedi: ni_atmio16d: fix atmio16d_dio_insn_config()
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Mon, 26 Aug 2013 22:29:33 +0000
(15:29 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 Aug 2013 23:59:08 +0000
(16:59 -0700)
This is the (*insn_config) function for a DIO subdevice. It should be
using the data[0] value as the "instruction" to perform on the subdevice.
Use the comedi_dio_insn_config() helper to properly handle instructions.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found