diff options
Diffstat (limited to 'drivers/usb/host/xhci-mem.c')
-rw-r--r-- | drivers/usb/host/xhci-mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 6523e399fe73..f49f280cfd43 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
@@ -746,7 +746,7 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) | |||
746 | xhci_writel(xhci, 0, &xhci->ir_set->erst_base[1]); | 746 | xhci_writel(xhci, 0, &xhci->ir_set->erst_base[1]); |
747 | 747 | ||
748 | /* Set the event ring dequeue address */ | 748 | /* Set the event ring dequeue address */ |
749 | set_hc_event_deq(xhci); | 749 | xhci_set_hc_event_deq(xhci); |
750 | xhci_dbg(xhci, "Wrote ERST address to ir_set 0.\n"); | 750 | xhci_dbg(xhci, "Wrote ERST address to ir_set 0.\n"); |
751 | xhci_print_ir_set(xhci, xhci->ir_set, 0); | 751 | xhci_print_ir_set(xhci, xhci->ir_set, 0); |
752 | 752 | ||