diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-14 18:51:23 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-14 18:51:23 +0000 |
commit | 60cecc6fa57e0d877d044a6611fc1ca5faa7a4e5 (patch) | |
tree | 6daa1b14f3c780495d4ca4eb7bb465826b15a896 /target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch | |
parent | 52bfee77e47fab1ca2a6be8712b00619bccc2d13 (diff) | |
download | mtk-20170518-60cecc6fa57e0d877d044a6611fc1ca5faa7a4e5.zip mtk-20170518-60cecc6fa57e0d877d044a6611fc1ca5faa7a4e5.tar.gz mtk-20170518-60cecc6fa57e0d877d044a6611fc1ca5faa7a4e5.tar.bz2 |
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 <hauke@hauke-m.de>
SVN-Revision: 46369
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch b/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch index 9a87a75..04d3543 100644 --- a/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch +++ b/target/linux/bcm53xx/patches-4.1/820-xhci-add-Broadcom-specific-fake-doorbell.patch @@ -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) { |