From: H Hartley Sweeten Date: Mon, 10 Feb 2014 22:20:30 +0000 (-0700) Subject: staging: comedi: usbduxfast: remove TRIG_TIMER from scan_begin_src X-Git-Tag: v3.15-rc1~139^2~1059 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ebe26cf7acf40391afb6caa4d38bb9cc83a27f0;p=pandora-kernel.git staging: comedi: usbduxfast: remove TRIG_TIMER from scan_begin_src Currently the (*do_cmdtest) indicates that TRIG_TIMER is a valid scan_begin_src but later this source is tested as -EINVAL. To simplify the code a bit just remove the TRIG_TIMER source. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed