From: H Hartley Sweeten Date: Tue, 14 May 2013 21:32:17 +0000 (-0700) Subject: staging: comedi: dt9812: convert digital in subdevice to (*insn_bits) X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~613 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e81eaba6c425a5d06623e5ad93cb7b3c096e8d5c;p=pandora-kernel.git staging: comedi: dt9812: convert digital in subdevice to (*insn_bits) Currently the (*insn_read) function for the digital input subdevice returns the state for a single channel. It's more efficent to use the (*insn_bits) function and return the state for all the channels. The comedi core can use the (*insn_bits) to emulate the (*insn_read) if needed. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed