Dan Carpenter c664a4fa8f USB: serial: ir-usb: Silence harmless uninitialized variable warning
The "actual_length" variable might be uninitialized on some failure
paths.  It's harmless but static analysis tools like Smatch complain
and at runtime the UBSan tool will likely complain as well.

Fixes: e7542bc382f8 ("USB: serial: ir-usb: make set_termios synchronous")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
2020-02-10 10:06:51 +01:00
..
2019-04-30 10:25:04 +02:00
2018-10-13 00:50:38 -04:00
2019-12-10 11:34:28 +01:00
2017-11-04 11:58:00 +01:00
2018-10-13 00:50:41 -04:00