From: H Hartley Sweeten Date: Mon, 29 Jul 2013 20:54:39 +0000 (-0700) Subject: staging: comedi: das16: all supported board have digital outputs X-Git-Tag: v3.12-rc1~183^2~445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6050cc918dd4c002ddebf76861c6d9f240c1a4dc;p=pandora-kernel.git staging: comedi: das16: all supported board have digital outputs All the boards supported by this driver have digital outputs and all of then use the same function to handle the (*insn_bits) for the subdevice. Remove the 'do_' member from the boardinfo and always initialize the digital output subdevice during the board attach. Tidy up the subdevice init a bit as well as the (*insn_bits) function. Remove SDF_READABLE from the subdev_flags. This is a pure digital output subdevice and the outputs are not readable. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed