Commit 27e09d50 authored by Jeff Garzik's avatar Jeff Garzik

Cset exclude: jgarzik@redhat.com|ChangeSet|20030731201437|53548

My fix was wrong, and, mainline now has a better fix.
parent a265ec64
......@@ -152,6 +152,7 @@ int init_module(void)
lp->clockp = clockp & 7;
lp->clockm = clockm & 3;
lp->timeout = timeout & 3;
lp->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