From: H Hartley Sweeten Date: Tue, 6 Aug 2013 16:32:33 +0000 (-0700) Subject: staging: comedi: drivers: use comedi_dio_insn_config() for simple cases X-Git-Tag: v3.12-rc1~183^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf62f2c7bd041d35095b525ab33e3a3e0829aaa;p=pandora-kernel.git staging: comedi: drivers: use comedi_dio_insn_config() for simple cases Convert the drivers with simple, per channel programmable i/o, to use the comedi_dio_insn_config() helper function. All of these pass a 'mask' of '0' to comedi_dio_insn_config() this causes the per channel mask to be used to configure the i/o direction. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed