* [PATCH] 2.6.0-test2 - typo in drivers/net/arcnet/com20020-isa.c
@ 2003-07-27 22:46 Francois Romieu
0 siblings, 0 replies; only message in thread
From: Francois Romieu @ 2003-07-27 22:46 UTC (permalink / raw)
To: linux-kernel; +Cc: jgarzik, hch, torvalds
Typo during last module refcounting fix.
drivers/net/arcnet/com20020-isa.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/arcnet/com20020-isa.c~janitor-driver-com20020 drivers/net/arcnet/com20020-isa.c
--- linux-2.6.0-test2/drivers/net/arcnet/com20020-isa.c~janitor-driver-com20020 Mon Jul 28 00:19:49 2003
+++ linux-2.6.0-test2-fr/drivers/net/arcnet/com20020-isa.c Mon Jul 28 00:19:49 2003
@@ -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;
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-27 22:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 22:46 [PATCH] 2.6.0-test2 - typo in drivers/net/arcnet/com20020-isa.c Francois Romieu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).