Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362288
b: refs/heads/master
c: f01fc1a
h: refs/heads/master
v: v3
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed Apr 5, 2013
1 parent 542881d commit e8e5890
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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: 0e82e7f6dfeec1013339612f74abc2cdd29d43d2
refs/heads/master: f01fc1a82c2ee68726b400fadb156bd623b5f2f1
11 changes: 9 additions & 2 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7922,12 +7922,19 @@ static int __init ixgbe_init_module(void)
ixgbe_dbg_init();
#endif /* CONFIG_DEBUG_FS */

ret = pci_register_driver(&ixgbe_driver);
if (ret) {
#ifdef CONFIG_DEBUG_FS
ixgbe_dbg_exit();
#endif /* CONFIG_DEBUG_FS */
return ret;
}

#ifdef CONFIG_IXGBE_DCA
dca_register_notify(&dca_notifier);
#endif

ret = pci_register_driver(&ixgbe_driver);
return ret;
return 0;
}

module_init(ixgbe_init_module);
Expand Down

0 comments on commit e8e5890

Please sign in to comment.