summarylogtreecommitdiffstats
path: root/0001-xhci-demote-annoying-warning.patch
diff options
context:
space:
mode:
authorSteven Noonan2017-09-29 16:44:20 -0700
committerSteven Noonan2017-09-29 16:44:20 -0700
commit023b2e4d545176835a2cc2c015fd1c724a345cf1 (patch)
treec697e453b4f39f0275bcee084cf702e82274d8bf /0001-xhci-demote-annoying-warning.patch
parent38654e28f5183bda807721a12765d258f0038bad (diff)
downloadaur-023b2e4d545176835a2cc2c015fd1c724a345cf1.tar.gz
linux-ec2: upgrade to 4.13.4
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.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0001-xhci-demote-annoying-warning.patch b/0001-xhci-demote-annoying-warning.patch
index 5381388f84c7..7d5a38f6524b 100644
--- a/0001-xhci-demote-annoying-warning.patch
+++ b/0001-xhci-demote-annoying-warning.patch
@@ -1,4 +1,4 @@
-From d34337e4d84eba344233db7ab433c86aa7377311 Mon Sep 17 00:00:00 2001
+From 12ead4a6bf1c967e03955610e00ccabadfd3d58d 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,10 +12,10 @@ 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 a3309aa02993..f096d88cf347 100644
+index cc368ad2b51e..9a9188332dca 100644
--- a/drivers/usb/host/xhci-ring.c
+++ b/drivers/usb/host/xhci-ring.c
-@@ -2399,7 +2399,7 @@ static int handle_tx_event(struct xhci_hcd *xhci,
+@@ -2489,7 +2489,7 @@ static int handle_tx_event(struct xhci_hcd *xhci,
*/
if (!(trb_comp_code == COMP_STOPPED ||
trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) {
@@ -23,7 +23,7 @@ index a3309aa02993..f096d88cf347 100644
+ 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.11.0
+2.14.1