Commit e639e56b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

i2c i2c-amd8111.c: change the pci driver name to have "2" in it based on previous comments.

parent 02123a0e
...@@ -392,7 +392,7 @@ static void __devexit amd8111_remove(struct pci_dev *dev) ...@@ -392,7 +392,7 @@ static void __devexit amd8111_remove(struct pci_dev *dev)
} }
static struct pci_driver amd8111_driver = { static struct pci_driver amd8111_driver = {
.name = "amd8111 smbus", .name = "amd8111 smbus 2",
.id_table = amd8111_ids, .id_table = amd8111_ids,
.probe = amd8111_probe, .probe = amd8111_probe,
.remove = __devexit_p(amd8111_remove), .remove = __devexit_p(amd8111_remove),
......
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