Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33496
b: refs/heads/master
c: 1e13b0d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2006
1 parent 73ebd21 commit 1162622
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5e5fa01d55e9949660a89b23f4a43884eaf49097
refs/heads/master: 1e13b0d82d24ac3c8b2f16a09dd9ce537cad134c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ni65.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ MODULE_PARM_DESC(irq, "ni6510 IRQ number (ignored for some cards)");
MODULE_PARM_DESC(io, "ni6510 I/O base address");
MODULE_PARM_DESC(dma, "ni6510 ISA DMA channel (ignored for some cards)");

int init_module(void)
int __init init_module(void)
{
dev_ni65 = ni65_probe(-1);
return IS_ERR(dev_ni65) ? PTR_ERR(dev_ni65) : 0;
Expand Down

0 comments on commit 1162622

Please sign in to comment.