[PATCH] Yet more i2c driver changes for 2.5.69

From: Greg KH (greg@kroah.com)
Date: Mon May 19 2003 - 18:12:27 EST


ChangeSet 1.1093.2.1, 2003/05/13 12:33:20-07:00, greg@kroah.com

[PATCH] i2c: piix4 driver: turn common error message to a debug level and rename the sysfs driver name.

 drivers/i2c/busses/i2c-piix4.c | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -Nru a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c
--- a/drivers/i2c/busses/i2c-piix4.c Mon May 19 15:59:14 2003
+++ b/drivers/i2c/busses/i2c-piix4.c Mon May 19 15:59:14 2003
@@ -269,7 +269,7 @@
 
         if (temp & 0x04) {
                 result = -1;
- dev_err(&piix4_adapter.dev, "Error: no response!\n");
+ dev_dbg(&piix4_adapter.dev, "Error: no response!\n");
         }
 
         if (inb_p(SMBHSTSTS) != 0x00)
@@ -467,7 +467,7 @@
 
 
 static struct pci_driver piix4_driver = {
- .name = "piix4 smbus",
+ .name = "piix4-smbus",
         .id_table = piix4_ids,
         .probe = piix4_probe,
         .remove = __devexit_p(piix4_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/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:37 EST