From: H Hartley Sweeten Date: Mon, 10 Mar 2014 21:07:36 +0000 (-0700) Subject: staging: comedi: c6xdigio: tidy up subdevice 0 init X-Git-Tag: v3.15-rc1~139^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8df38a953391ac22b3931fcef9c22faf888c8b;p=pandora-kernel.git staging: comedi: c6xdigio: tidy up subdevice 0 init This subdevice is a PWM output not and analog output, fix the 'type'. Fix the subdevice 'range', range_bipolar does not make sense for a PWM output. The range_unknown is a better choice. Remove the commented out init of the 'trig'. For aesthetics, add some whitespace to the init and rename the 'insn_write' function. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed