Commit 694d0a26 authored by Russell King's avatar Russell King

[PCMCIA] Fix ide-cs driver name (for PCMCIA binding)

Problem noticed by Eivind Tagseth.

We seem to have resurected the "ide_cs" driver name for the ide-cs module.
Restore the driver name to "ide-cs".
parent f4869d75
......@@ -473,7 +473,7 @@ int ide_event(event_t event, int priority,
static struct pcmcia_driver ide_cs_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "ide_cs",
.name = "ide-cs",
},
.attach = ide_attach,
.detach = ide_detach,
......
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