diff options
author | Johan Hovold <johan@kernel.org> | 2020-07-01 18:53:39 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-07-02 10:38:42 +0200 |
commit | 21c2ddc1a91f87aca6465756ee6061158d591b47 (patch) | |
tree | 17033e7b32ed3f939698b2979c7e0f1dd8b53a32 /drivers/usb/serial/keyspan_pda.c | |
parent | 00b22b61b78fbf159c6b9119e7e79f22b1583d19 (diff) | |
download | linux-21c2ddc1a91f87aca6465756ee6061158d591b47.tar.gz linux-21c2ddc1a91f87aca6465756ee6061158d591b47.tar.bz2 linux-21c2ddc1a91f87aca6465756ee6061158d591b47.zip |
USB: serial: iuu_phoenix: drop unused URB submission results
The driver is submitting URBs in various completion callbacks without
bothering to log errors yet still assigned the return value to temporary
variables. Let's drop those temporaries.
This suppresses the corresponding W=1 (-Wunused-but-set-variable)
warnings.
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/keyspan_pda.c')
0 files changed, 0 insertions, 0 deletions