summarylogtreecommitdiffstats
path: root/0001-xhci-demote-annoying-warning.patch
diff options
context:
space:
mode:
authorSteven Noonan2017-05-16 07:17:47 +0000
committerSteven Noonan2017-05-16 07:17:47 +0000
commita7beef1e99895b6cd000f8ff6cff30ba2ef2fa7e (patch)
tree12f8488c7737cf79e5e110690ae4c134c4c4f5b6 /0001-xhci-demote-annoying-warning.patch
parent0dfa757f9fcaf410a79731a98436fd89924037cc (diff)
downloadaur-a7beef1e99895b6cd000f8ff6cff30ba2ef2fa7e.tar.gz
linux-ec2: upgrade to 4.11.1
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to '0001-xhci-demote-annoying-warning.patch')
-rw-r--r--0001-xhci-demote-annoying-warning.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/0001-xhci-demote-annoying-warning.patch b/0001-xhci-demote-annoying-warning.patch
index a5bf7697b518..5381388f84c7 100644
--- a/0001-xhci-demote-annoying-warning.patch
+++ b/0001-xhci-demote-annoying-warning.patch
@@ -1,4 +1,4 @@
-From 7dee972d3674c69c17d960fa64265db4430475fb Mon Sep 17 00:00:00 2001
+From d34337e4d84eba344233db7ab433c86aa7377311 Mon Sep 17 00:00:00 2001
From: Steven Noonan <steven@uplinklabs.net>
Date: Fri, 16 Sep 2016 10:15:49 -0700
Subject: [PATCH] xhci: demote annoying warning
@@ -12,18 +12,18 @@ Signed-off-by: Steven Noonan <steven@uplinklabs.net>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
-index fd9fd12..f51cead 100644
+index a3309aa02993..f096d88cf347 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
-@@ -2463,7 +2463,7 @@ static int handle_tx_event(struct xhci_hcd *xhci,
+@@ -2399,7 +2399,7 @@ static int handle_tx_event(struct xhci_hcd *xhci,
*/
- if (!(trb_comp_code == COMP_STOP ||
- trb_comp_code == COMP_STOP_INVAL)) {
+ if (!(trb_comp_code == COMP_STOPPED ||
+ trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) {
- xhci_warn(xhci, "WARN Event TRB for slot %d ep %d with no TDs queued?\n",
+ xhci_dbg(xhci, "WARN Event TRB for slot %d ep %d with no TDs queued?\n",
TRB_TO_SLOT_ID(le32_to_cpu(event->flags)),
ep_index);
xhci_dbg(xhci, "Event TRB with TRB type ID %u\n",
--
-2.9.3
+2.11.0