diff options
-rw-r--r-- | drivers/usb/host/xhci-ring.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 6860e9f097bb..bc3f4f427065 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
@@ -337,11 +337,6 @@ static void ring_ep_doorbell(struct xhci_hcd *xhci, | |||
337 | field = xhci_readl(xhci, db_addr) & DB_MASK; | 337 | field = xhci_readl(xhci, db_addr) & DB_MASK; |
338 | field |= EPI_TO_DB(ep_index) | STREAM_ID_TO_DB(stream_id); | 338 | field |= EPI_TO_DB(ep_index) | STREAM_ID_TO_DB(stream_id); |
339 | xhci_writel(xhci, field, db_addr); | 339 | xhci_writel(xhci, field, db_addr); |
340 | /* Flush PCI posted writes - FIXME Matthew Wilcox says this | ||
341 | * isn't time-critical and we shouldn't make the CPU wait for | ||
342 | * the flush. | ||
343 | */ | ||
344 | xhci_readl(xhci, db_addr); | ||
345 | } | 340 | } |
346 | } | 341 | } |
347 | 342 | ||