Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45741
b: refs/heads/master
c: 184231b
h: refs/heads/master
i:
  45739: b6af323
v: v3
  • Loading branch information
Amit S. Kale authored and Jeff Garzik committed Jan 23, 2007
1 parent 073f5d4 commit c86da0f
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 90f8b1d295e0c4a2148776e6cf801391cf07ae92
refs/heads/master: 184231bdb41fc4c385ae8e115f5afaff02fe1690
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

#include "netxen_nic_hw.h"

#define NETXEN_NIC_BUILD_NO "1"
#define NETXEN_NIC_BUILD_NO "2"
#define _NETXEN_NIC_LINUX_MAJOR 3
#define _NETXEN_NIC_LINUX_MINOR 3
#define _NETXEN_NIC_LINUX_SUBVERSION 3
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ static int __init netxen_init_module(void)
if ((netxen_workq = create_singlethread_workqueue("netxen")) == 0)
return -ENOMEM;

return pci_module_init(&netxen_driver);
return pci_register_driver(&netxen_driver);
}

module_init(netxen_init_module);
Expand Down

0 comments on commit c86da0f

Please sign in to comment.