]> Pileus Git - ~andy/linux/commitdiff
i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
authorShane Huang <shane.huang@amd.com>
Wed, 22 Jan 2014 22:06:52 +0000 (14:06 -0800)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 24 Jan 2014 16:49:01 +0000 (17:49 +0100)
Same messages for AMD main and auxiliary SMBus controllers lead to confusion,
this patch is to remove confusion and keep consistent with non-AMD products.

Signed-off-by: Shane Huang <shane.huang@amd.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-piix4.c

index f71b4d381c00cb01dd56c789edcf4ed7d7d6fb0e..d82b8abf87ddd2d7459ec9c0408324f04d91a80d 100644 (file)
@@ -295,7 +295,8 @@ static int piix4_setup_sb800(struct pci_dev *PIIX4_dev,
        /* Aux SMBus does not support IRQ information */
        if (aux) {
                dev_info(&PIIX4_dev->dev,
-                        "SMBus Host Controller at 0x%x\n", piix4_smba);
+                        "Auxiliary SMBus Host Controller at 0x%x\n",
+                        piix4_smba);
                return piix4_smba;
        }