Commit 90094420 authored by Arnaud Patard's avatar Arnaud Patard Committed by Jeff Garzik

[PATCH] sk98lin driver: fix driver name string

I've just notice that in 2.6.11 in the sk98lin driver, the name of the
module is set to skge in the pci_driver structure. IMHO, it should be
sk98lin.
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent a243576b
......@@ -5155,7 +5155,7 @@ static struct pci_device_id skge_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, skge_pci_tbl);
static struct pci_driver skge_driver = {
.name = "skge",
.name = "sk98lin",
.id_table = skge_pci_tbl,
.probe = skge_probe_one,
.remove = __devexit_p(skge_remove_one),
......
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