summaryrefslogtreecommitdiffstats
path: root/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-03-26 09:21:41 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-03-26 09:21:41 -0400
commit2aa36060740d3ba8d460fe8aadaa0fd72d62b706 (patch)
treee04f1f909c30e4b3559e045aabff463cd4d3846c /usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch
parent984fc80fab096128af2ffc8ae5f19672e1f96850 (diff)
downloadkernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.tar.gz
kernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.tar.xz
kernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.zip
Linux v4.0-rc5-80-g4c4fe4c24782
Diffstat (limited to 'usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch')
-rw-r--r--usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch b/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch
index eed83c55f..bd5e41db1 100644
--- a/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch
+++ b/usb-make-xhci-platform-driver-use-64-bit-or-32-bit-D.patch
@@ -1,7 +1,6 @@
-From 30b01a7a85c0a2993870f7ed93059f9957bff59f Mon Sep 17 00:00:00 2001
From: Mark Langsdorf <mlangsdo@redhat.com>
Date: Wed, 25 Mar 2015 14:12:51 -0400
-Subject: [PATCH 3/4] usb: make xhci platform driver use 64 bit or 32 bit DMA
+Subject: [PATCH] usb: make xhci platform driver use 64 bit or 32 bit DMA
The xhci platform driver needs to work on systems that either only
support 64-bit DMA or only support 32-bit DMA. Attempt to set a
@@ -14,7 +13,7 @@ Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
-index 0e11d61..cc5ca2c 100644
+index 0e11d61408ff..cc5ca2cac706 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -83,14 +83,13 @@ static int xhci_plat_probe(struct platform_device *pdev)
@@ -40,5 +39,5 @@ index 0e11d61..cc5ca2c 100644
hcd = usb_create_hcd(driver, &pdev->dev, dev_name(&pdev->dev));
if (!hcd)
--
-1.9.3
+2.1.0