From: H Hartley Sweeten Date: Wed, 6 Feb 2013 00:25:28 +0000 (-0700) Subject: staging: comedi: vmk80xx: cleanup digital input subdevice init X-Git-Tag: v3.9-rc1~127^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268e5148aac3108ad1347f9ecf637be3d83e525e;p=pandora-kernel.git staging: comedi: vmk80xx: cleanup digital input subdevice init Change the type for the digital input 'di_chans' boardinfo to match the comedi_subdevice type it is set to. For aesthetic reasons, rename the variable also. Remove the SDF_GROUND flag from s->subdev_flags. This flag only has meaning for analog subdevices. Add the missing s->range_table for the subdevice. Rename the (*insn_read) and (*insn_bits) functions for the digital input subdevice to make grepping easier. For aesthetic reasons, add some whitespace to the subdevice init. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed