From: H Hartley Sweeten Date: Mon, 26 Aug 2013 22:29:10 +0000 (-0700) Subject: staging: comedi: dmm32at: fix dmm32at_dio_insn_config() X-Git-Tag: v3.12-rc1~183^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b71ebab2b40ffec19007e8b4dba6b8f8622f46;p=pandora-kernel.git staging: comedi: dmm32at: fix dmm32at_dio_insn_config() 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed