mbox series

[0/2] staging: fix control-message timeouts

Message ID 20211025120910.6339-1-johan@kernel.org (mailing list archive)
Headers show
Series staging: fix control-message timeouts | expand

Message

Johan Hovold Oct. 25, 2021, 12:09 p.m. UTC
A number of drivers throughout the tree were incorrectly specifying USB
message timeout values in jiffies instead of milliseconds.

This series fixes the staging drivers that got it wrong.

Johan


Johan Hovold (2):
  staging: rtl8192u: fix control-message timeouts
  staging: r8712u: fix control-message timeout

 drivers/staging/rtl8192u/r8192U_core.c  | 18 +++++++++---------
 drivers/staging/rtl8712/usb_ops_linux.c |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)