Commit 8b5bbc69 authored by Karsten Keil's avatar Karsten Keil Committed by Linus Torvalds

[PATCH] fix typo in avm_cs PCMCIA AVM B1 cardservice driver

this trivial fix makes the AVM B1 PCMCIA cards work with 2.6
parent 5ea484a8
......@@ -505,12 +505,12 @@ static int avmcs_event(event_t event, int priority,
} /* avmcs_event */
static struct pcmcia_driver avmcs_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "avmcs_cs",
.owner = THIS_MODULE,
.drv = {
.name = "avm_cs",
},
.attach = avmcs_attach,
.detach = avmcs_detach,
.attach = avmcs_attach,
.detach = avmcs_detach,
};
static int __init avmcs_init(void)
......
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