Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4624
b: refs/heads/master
c: edfd6ae
h: refs/heads/master
v: v3
  • Loading branch information
david-b@pacbell.net authored and Greg Kroah-Hartman committed Jul 12, 2005
1 parent 8d98518 commit 0983a99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b404a5b02abf84812e5333bda201af464925d7a6
refs/heads/master: edfd6aee1f073ae645bd3e60ef96090fc9f0957b
4 changes: 3 additions & 1 deletion trunk/drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0983a99

Please sign in to comment.