diff --git a/[refs] b/[refs] index 06e61699dd79..119ed4f66edb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b404a5b02abf84812e5333bda201af464925d7a6 +refs/heads/master: edfd6aee1f073ae645bd3e60ef96090fc9f0957b diff --git a/trunk/drivers/usb/host/ohci-hcd.c b/trunk/drivers/usb/host/ohci-hcd.c index 0375097850ee..68decab280dd 100644 --- a/trunk/drivers/usb/host/ohci-hcd.c +++ b/trunk/drivers/usb/host/ohci-hcd.c @@ -673,8 +673,10 @@ static int ohci_run (struct ohci_hcd *ohci) ohci_dump (ohci, 1); - if (ohci_to_hcd(ohci)->self.root_hub == NULL) + if (ohci_to_hcd(ohci)->self.root_hub == NULL) { + register_reboot_notifier (&ohci->reboot_notifier); create_debug_files (ohci); + } return 0; }