Commit 2ecd9a6d authored by François Romieu's avatar François Romieu Committed by Linus Torvalds

[PATCH] fix typo in drivers/net/arcnet/com20020-isa.c

Fix a typo during last module refcounting fix.
parent 7c4bd5fb
......@@ -152,7 +152,7 @@ int init_module(void)
lp->clockp = clockp & 7;
lp->clockm = clockm & 3;
lp->timeout = timeout & 3;
lp->owner = THIS_MODULE;
lp->hw.owner = THIS_MODULE;
dev->base_addr = io;
dev->irq = irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment