All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] USB: fix control-message timeouts
@ 2021-10-25 11:51 Johan Hovold
  2021-10-25 11:51 ` [PATCH 1/2] Documentation: USB: fix example bulk-message timeout Johan Hovold
  2021-10-25 11:51 ` [PATCH 2/2] USB: iowarrior: fix control-message timeouts Johan Hovold
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2021-10-25 11:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jonathan Corbet, linux-doc, linux-usb, linux-kernel, Johan Hovold

A number of drivers throughout the tree were using timeout values in
jiffies instead of milliseconds.

This series fixes a broken USB documentation example and the single
driver in the USB subtree that got it wrong.

Johan


Johan Hovold (2):
  Documentation: USB: fix example bulk-message timeout
  USB: iowarrior: fix control-message timeouts

 Documentation/driver-api/usb/writing_usb_driver.rst | 2 +-
 drivers/usb/misc/iowarrior.c                        | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.32.0


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25 11:51 [PATCH 0/2] USB: fix control-message timeouts Johan Hovold
2021-10-25 11:51 ` [PATCH 1/2] Documentation: USB: fix example bulk-message timeout Johan Hovold
2021-10-25 11:51 ` [PATCH 2/2] USB: iowarrior: fix control-message timeouts Johan Hovold

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.