diff options
Diffstat (limited to 'drivers/usb/host/xhci-mem.c')
-rw-r--r-- | drivers/usb/host/xhci-mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index 9688a58611d4..bc809cbd570a 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
@@ -1451,7 +1451,7 @@ void xhci_mem_cleanup(struct xhci_hcd *xhci) | |||
1451 | 1451 | ||
1452 | xhci->page_size = 0; | 1452 | xhci->page_size = 0; |
1453 | xhci->page_shift = 0; | 1453 | xhci->page_shift = 0; |
1454 | xhci->bus_suspended = 0; | 1454 | xhci->bus_state[0].bus_suspended = 0; |
1455 | } | 1455 | } |
1456 | 1456 | ||
1457 | static int xhci_test_trb_in_td(struct xhci_hcd *xhci, | 1457 | static int xhci_test_trb_in_td(struct xhci_hcd *xhci, |
@@ -1971,7 +1971,7 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags) | |||
1971 | for (i = 0; i < MAX_HC_SLOTS; ++i) | 1971 | for (i = 0; i < MAX_HC_SLOTS; ++i) |
1972 | xhci->devs[i] = NULL; | 1972 | xhci->devs[i] = NULL; |
1973 | for (i = 0; i < USB_MAXCHILDREN; ++i) | 1973 | for (i = 0; i < USB_MAXCHILDREN; ++i) |
1974 | xhci->resume_done[i] = 0; | 1974 | xhci->bus_state[0].resume_done[i] = 0; |
1975 | 1975 | ||
1976 | if (scratchpad_alloc(xhci, flags)) | 1976 | if (scratchpad_alloc(xhci, flags)) |
1977 | goto fail; | 1977 | goto fail; |