bcm53xx: fix usb3 build with kernel 4.1
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 14 Jul 2015 18:51:23 +0000 (18:51 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 14 Jul 2015 18:51:23 +0000 (18:51 +0000)
One argument was removed with kernel 4.1 from xhci_handshake() which
caused a compile error.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46369

target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch

index 9a87a75dd40683dbc03ce6e377c765eb328e4f57..04d35437b1b638b49bd5271bed5b15e66eaaa997 100644 (file)
@@ -64,7 +64,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      /*
 +       * 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) {