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 9a87a75dd4..04d35437b1 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 + /* + * 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) {