Author: hauke
Date: 2015-07-14 20:51:23 +0200 (Tue, 14 Jul 2015)
New Revision: 46369

Modified:
   
trunk/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch
Log:
bcm53xx: fix usb3 build with kernel 4.1

One argument was removed with kernel 4.1 from xhci_handshake() which
caused a compile error.

Signed-off-by: Hauke Mehrtens <[email protected]>


Modified: 
trunk/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch
===================================================================
--- 
trunk/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch
   2015-07-14 17:23:56 UTC (rev 46368)
+++ 
trunk/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch
   2015-07-14 18:51:23 UTC (rev 46369)
@@ -64,7 +64,7 @@
 +      /*
 +       * Wait for the HCHalted Status bit to be 0 to indicate the host is 
running.
 +       */
-+      ret = xhci_handshake(xhci, &xhci->op_regs->status,
++      ret = xhci_handshake(&xhci->op_regs->status,
 +                           STS_HALT, 0, XHCI_MAX_HALT_USEC);
 +
 +      if (ret == -ETIMEDOUT) {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to