From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>,
linux-doc@vger.kernel.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org, Johan Hovold <johan@kernel.org>
Subject: [PATCH 0/2] USB: fix control-message timeouts
Date: Mon, 25 Oct 2021 13:51:57 +0200 [thread overview]
Message-ID: <20211025115159.4954-1-johan@kernel.org> (raw)
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
next reply other threads:[~2021-10-25 11:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-25 11:51 Johan Hovold [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211025115159.4954-1-johan@kernel.org \
--to=johan@kernel.org \
--cc=corbet@lwn.net \
--cc=gregkh@linuxfoundation.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.