lkml.org 
[lkml]   [2003]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Yet more i2c driver changes for 2.5.69
From
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.925 / U:1.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site