]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: amplc_pci230: 'ao_scan_count' is always 'stop_arg'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 9 Sep 2014 23:15:42 +0000 (16:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:35:20 +0000 (14:35 -0700)
commit6fabddd2261a84a4dbb4aac61baa7b4652c126e1
treefa656370c6d72ad436c98d78d4588ef67f22be91
parent54d2925bd6b49b5330e8ebbdc83416b0b1605fa2
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 <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci230.c