]> asedeno.scripts.mit.edu Git - linux.git/commit
comedi: rtd520: if condition with no effect - if identical to else
authorNicholas Mc Guire <der.herr@hofr.at>
Sun, 18 Jan 2015 11:53:24 +0000 (12:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 11:59:08 +0000 (19:59 +0800)
commitb15f0277d75530d0c2e77c9dc7bc22dca137cf18
tree99bc0675db7bbbea94a20506cb50f052cae36db0
parent053e514f9172c10b55b1ef0706da57cecb6c85e3
comedi: rtd520: if condition with no effect - if identical to else

The if and the else branch code are identical - so the condition has no
effect on the effective code - this patch removes the condition and the
duplicated code.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/rtd520.c