staging: comedi: usbdux: remove redundant initialization of fx2delay
authorColin Ian King <colin.king@canonical.com>
Mon, 17 Jun 2019 13:03:58 +0000 (14:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 06:59:40 +0000 (08:59 +0200)
commit7c23143199e3bae4f1ad8ad38370fc8cf1b3d5c9
tree081b0c0c8a7a24c3a034ea5695e5c7a1ddee2a3e
parent76bc27a26acc950eb1739def65f19b92302eee4e
staging: comedi: usbdux: remove redundant initialization of fx2delay

Variable fx2delay is being initialized to a value that is never read
and is being re-assigned a few statements later. The initialization
is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbdux.c