]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 9 Sep 2014 23:15:58 +0000 (16:15 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:35:21 +0000 (14:35 -0700)
commit8e7fed7ed760275c3e8e73e4328751fcb8f21642
treee16a61297a2a90043a798ce270dbee65c73bc7da
parent75d46fd7816ea5a22971b05e59c356f3964754a9
staging: comedi: pcmuio: 'stop_count' is always 'stop_arg'

When the cmd->stop_src == TRIG_COUNT, the 'stop_count' is the cmd->stop_arg.
For any other stop_src the 'stop_count' is 0, which is also the cmd->stop_arg.

Simplify the 'stop_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/pcmuio.c