ChangeSet 1.1123.18.7, 2003/08/14 14:46:08-07:00, greg@kroah.com [PATCH] I2C: fix up the wording for the pii4x bugfix. drivers/i2c/busses/i2c-piix4.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c --- a/drivers/i2c/busses/i2c-piix4.c Fri Aug 15 11:26:49 2003 +++ b/drivers/i2c/busses/i2c-piix4.c Fri Aug 15 11:26:49 2003 @@ -164,7 +164,7 @@ /* Some BIOS will set up the chipset incorrectly and leave a register in an undefined state (causing I2C to act very strangely). */ if (temp & 0x02) { - dev_info(&PIIX4_dev->dev, "Fixed I2C problem on Force CPCI735\n"); + dev_info(&PIIX4_dev->dev, "Worked around buggy BIOS (I2C)\n"); temp = temp & 0xfd; pci_write_config_byte(PIIX4_dev, SMBHSTCFG, temp); }