USB: serial: keyspan_pda: remove unused variable
authorJohan Hovold <johan@kernel.org>
Fri, 8 Jan 2021 14:55:28 +0000 (15:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Jan 2021 19:18:22 +0000 (20:18 +0100)
commit3f47b182241f3ec313bb0a743d720182713b1e3f
tree6397b6872618f9b0e839765ef65d7e0c3603d272
parenta4b202cba3ab1a7a8b1ca92603931fba5e2032c3
USB: serial: keyspan_pda: remove unused variable

Remove an unused variable which was mistakingly left by commit
37faf5061541 ("USB: serial: keyspan_pda: fix write-wakeup
use-after-free") and only removed by a later change.

This is needed to suppress a W=1 warning about the unused variable in
the stable trees that the build bots triggers.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan_pda.c