From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guy Chronister <guylovesbritt@gmail.com>
Cc: guychronister@outlook.com,
Mathias Nyman <mathias.nyman@intel.com>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Fixed typo on USB device ID number.
Date: Thu, 28 Jun 2018 06:20:58 +0800 [thread overview]
Message-ID: <20180627222058.GC30938@kroah.com> (raw)
On Wed, Jun 27, 2018 at 11:04:27AM -0500, Guy Chronister wrote:
> Signed-off-by: Guy Chronister <guylovesbritt@gmail.com>
I can't take patches without any changelog text at all, sorry.
> ---
> drivers/usb/host/xhci-pci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
> index 6372edf..6ec766b 100644
> --- a/drivers/usb/host/xhci-pci.c
> +++ b/drivers/usb/host/xhci-pci.c
> @@ -196,7 +196,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
> xhci->quirks |= XHCI_BROKEN_STREAMS;
> }
> if (pdev->vendor == PCI_VENDOR_ID_RENESAS &&
> - pdev->device == 0x0014) {
> + pdev->device == 0x0015) {
Why do you think that 14 is not the valid number here?
Why is 15 the valid number?
thanks,
greg k-h
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2018-06-27 22:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-27 22:20 Greg Kroah-Hartman [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-27 16:04 Fixed typo on USB device ID number Guy Chronister
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=20180627222058.GC30938@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=guychronister@outlook.com \
--cc=guylovesbritt@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
/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;
as well as URLs for NNTP newsgroup(s).