]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/ohci-sa1111.c
[PATCH] UHCI: fix race in ISO dequeuing
[linux-2.6-omap-h63xx.git] / drivers / usb / host / ohci-sa1111.c
index 13324b7f9c59a40b633525577c9eec8af4b81ec4..fb3221ebbb29ecb298a7e803eceffbf959279c7c 100644 (file)
@@ -236,8 +236,8 @@ static const struct hc_driver ohci_sa1111_hc_driver = {
        .hub_status_data =      ohci_hub_status_data,
        .hub_control =          ohci_hub_control,
 #ifdef CONFIG_PM
-       .hub_suspend =          ohci_hub_suspend,
-       .hub_resume =           ohci_hub_resume,
+       .bus_suspend =          ohci_bus_suspend,
+       .bus_resume =           ohci_bus_resume,
 #endif
        .start_port_reset =     ohci_start_port_reset,
 };