Re: [PATCH] i2c driver changes for 2.5.65

Greg KH (greg@kroah.com)
Thu, 20 Mar 2003 14:32 -0800


ChangeSet 1.1143.1.14, 2003/03/20 11:28:11-08:00, greg@kroah.com

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

drivers/i2c/busses/i2c-amd8111.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/drivers/i2c/busses/i2c-amd8111.c b/drivers/i2c/busses/i2c-amd8111.c
--- a/drivers/i2c/busses/i2c-amd8111.c Thu Mar 20 12:53:26 2003
+++ b/drivers/i2c/busses/i2c-amd8111.c Thu Mar 20 12:53:26 2003
@@ -392,7 +392,7 @@
}

static struct pci_driver amd8111_driver = {
- .name = "amd8111 smbus",
+ .name = "amd8111 smbus 2",
.id_table = amd8111_ids,
.probe = amd8111_probe,
.remove = __devexit_p(amd8111_remove),

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/