Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40192
b: refs/heads/master
c: b45eccd
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Oct 22, 2006
1 parent 2c6f516 commit f36f69a
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 97f80bc66f5c6384e3aab70c67340116b8c4284b
refs/heads/master: b45eccdb51c102e3c5ff9eaecc36200ab2eb09c0
4 changes: 2 additions & 2 deletions trunk/drivers/atm/ambassador.c
Original file line number Diff line number Diff line change
Expand Up @@ -2452,8 +2452,8 @@ static int __init amb_module_init (void)
static void __exit amb_module_exit (void)
{
PRINTD (DBG_FLOW|DBG_INIT, "cleanup_module");
return pci_unregister_driver(&amb_driver);

pci_unregister_driver(&amb_driver);
}

module_init(amb_module_init);
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/atm/horizon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2932,8 +2932,8 @@ static int __init hrz_module_init (void) {

static void __exit hrz_module_exit (void) {
PRINTD (DBG_FLOW, "cleanup_module");
return pci_unregister_driver(&hrz_driver);

pci_unregister_driver(&hrz_driver);
}

module_init(hrz_module_init);
Expand Down

0 comments on commit f36f69a

Please sign in to comment.