All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: fix control-message timeouts
@ 2021-10-25 12:09 Johan Hovold
  2021-10-25 12:09 ` [PATCH 1/2] staging: rtl8192u: " Johan Hovold
  2021-10-25 12:09 ` [PATCH 2/2] staging: r8712u: fix control-message timeout Johan Hovold
  0 siblings, 2 replies; 11+ messages in thread
From: Johan Hovold @ 2021-10-25 12:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Larry Finger, Florian Schilhabel, linux-staging, linux-usb,
	linux-kernel, Johan Hovold

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(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-10-25 23:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 12:09 [PATCH 0/2] staging: fix control-message timeouts Johan Hovold
2021-10-25 12:09 ` [PATCH 1/2] staging: rtl8192u: " Johan Hovold
2021-10-25 15:06   ` Larry Finger
2021-10-25 15:41     ` Joe Perches
2021-10-25 15:41       ` [cocci] " Joe Perches
2021-10-25 15:51       ` Greg Kroah-Hartman
2021-10-25 15:51         ` [cocci] " Greg Kroah-Hartman
2021-10-25 16:20         ` Joe Perches
2021-10-25 16:20           ` [cocci] " Joe Perches
2021-10-25 12:09 ` [PATCH 2/2] staging: r8712u: fix control-message timeout Johan Hovold
2021-10-25 15:08   ` Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.