From: Ian Abbott Date: Wed, 30 May 2012 18:04:36 +0000 (+0100) Subject: staging: comedi: amplc_pc263: Change DIO subdevice to DO X-Git-Tag: v3.6-rc1~100^2~991 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d35a73e099fd9900208ebdbc3adaba76d30acac4;p=pandora-kernel.git staging: comedi: amplc_pc263: Change DIO subdevice to DO This is a relay output card with no inputs. It's single subdevice is currently a digital input/output subdevice (COMEDI_SUBD_DIO). It should really be a digital output subdevice (COMEDI_SUBD_DO). Change the subdevice type and remove the insn_config() hook as it doesn't do anything useful. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed