Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303962
b: refs/heads/master
c: ea79c2e
h: refs/heads/master
v: v3
  • Loading branch information
Sasha Levin authored and Greg Kroah-Hartman committed May 16, 2012
1 parent 9da2dd2 commit 7ea9d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: e4083ea5a78d242761507bf61f7e57c7e85b8bd3
refs/heads/master: ea79c2ed6ec374347e4c61755bcb6fe8c2b24961
5 changes: 1 addition & 4 deletions trunk/drivers/usb/core/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,7 @@ static int __init usb_init(void)
if (retval)
goto out;

retval = usb_acpi_register();
if (retval)
goto acpi_register_failed;
usb_acpi_register();
retval = bus_register(&usb_bus_type);
if (retval)
goto bus_register_failed;
Expand Down Expand Up @@ -1053,7 +1051,6 @@ static int __init usb_init(void)
bus_unregister(&usb_bus_type);
bus_register_failed:
usb_acpi_unregister();
acpi_register_failed:
usb_debugfs_cleanup();
out:
return retval;
Expand Down

0 comments on commit 7ea9d08

Please sign in to comment.