From: Greg KH <gregkh@linuxfoundation.org>
To: Brent Page <brentfpage@gmail.com>
Cc: linux-usb@vger.kernel.org, Alan Stern <stern@rowland.harvard.edu>,
Michal Pecio <michal.pecio@gmail.com>
Subject: Re: [PATCH] USB: EHCI: inflate max_tt_usecs and implement sitd backpointers
Date: Thu, 21 May 2026 07:52:13 +0200 [thread overview]
Message-ID: <2026052101-spookily-grid-d40f@gregkh> (raw)
In-Reply-To: <705CFCA1-92BF-40E8-B036-3ECBD4F557F6@gmail.com>
On Wed, May 20, 2026 at 10:05:39AM -0700, Brent Page wrote:
>
> OK, a coherent set of additions/edits to the patch:
> ---
> diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c
> index 7c2f2125d..04cf55484 100644
> --- a/drivers/usb/host/ehci-sched.c
> +++ b/drivers/usb/host/ehci-sched.c
> @@ -1478,7 +1478,7 @@ sitd_slot_ok(
> } while (uframe < EHCI_BANDWIDTH_SIZE);
> stream->ps.cs_mask = mask;
> - stream->ps.c_mask2 = c_mask2;
> + stream->ps.c_mask2 = c_mask2 << 8;
> stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask);
> stream->c_splits2 = cpu_to_hc32(ehci, stream->ps.c_mask2);
> return 1;
Whitespace corrupted and can not be applied :(
prev parent reply other threads:[~2026-05-21 5:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 6:42 [PATCH] USB: EHCI: inflate max_tt_usecs and implement sitd backpointers Brent Page
2026-05-18 18:24 ` Brent Page
2026-05-20 17:05 ` Brent Page
2026-05-21 5:52 ` Greg KH [this message]
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=2026052101-spookily-grid-d40f@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=brentfpage@gmail.com \
--cc=linux-usb@vger.kernel.org \
--cc=michal.pecio@gmail.com \
--cc=stern@rowland.harvard.edu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox