From: H Hartley Sweeten Date: Tue, 9 Sep 2014 23:15:42 +0000 (-0700) Subject: staging: comedi: amplc_pci230: 'ao_scan_count' is always 'stop_arg' X-Git-Tag: fixes-for-v3.18-merge-window~15^2~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fabddd2261a84a4dbb4aac61baa7b4652c126e1;p=pandora-kernel.git staging: comedi: amplc_pci230: 'ao_scan_count' is always 'stop_arg' When the cmd->stop_src == TRIG_COUNT, the 'ao_scan_count' is the cmd->stop_arg. For any other stop_src the 'ao_scan_count' is 0, which is also the cmd->stop_arg. Simplify the 'ao_scan_count' initialization. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed