diff options
author | Johan Hovold <johan@kernel.org> | 2019-11-05 09:41:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-07 11:17:51 +0100 |
commit | 728fcd55e9ac3c7058949d78a443bedc7251b320 (patch) | |
tree | 1b251ab018be0c89a7e6382e1d23f13a25b362fd /drivers/usb/mon/mon_stat.c | |
parent | 835bd2b5672b632b7aedf29e48e3453c182a1b9a (diff) |
USB: legousbtower: drop redundant interrupt-in running flag
Drop the redundant interrupt-in-running flag, which tried to keep track
of when the interrupt-in URB was in flight. This isn't needed since we
can stop the URB unconditionally in tower_abort_transfers() and the URB
can not be submitted while usb_kill_urb() is running anyway.
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20191105084152.16322-7-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/mon/mon_stat.c')
0 files changed, 0 insertions, 0 deletions