diff options
author | Amaury Decrême <amaury.decreme@gmail.com> | 2013-01-28 16:21:09 -0500 |
---|---|---|
committer | Wolfram Sang <wolfram@the-dreams.de> | 2013-02-11 09:59:39 -0500 |
commit | 97da42dcb48079860b31dc83cb6bc5af15f9fc17 (patch) | |
tree | 7444271ec869b77c3e0852ee265611da234883a5 /drivers/i2c/busses/i2c-sis630.c | |
parent | a6e7d0efe0e21091682f62c4a72707a1adeef8ea (diff) |
i2c: sis630: display unsigned hex
This patch corrects the display of the acpi_base unsigned hex value.
Signed-off-by: Amaury Decrême <amaury.decreme@gmail.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-sis630.c')
-rw-r--r-- | drivers/i2c/busses/i2c-sis630.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sis630.c b/drivers/i2c/busses/i2c-sis630.c index b2fa7415f7e4..424545b50970 100644 --- a/drivers/i2c/busses/i2c-sis630.c +++ b/drivers/i2c/busses/i2c-sis630.c | |||
@@ -463,7 +463,7 @@ static int sis630_setup(struct pci_dev *sis630_dev) | |||
463 | goto exit; | 463 | goto exit; |
464 | } | 464 | } |
465 | 465 | ||
466 | dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04x\n", acpi_base); | 466 | dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04hx\n", acpi_base); |
467 | 467 | ||
468 | if (supported[i] == PCI_DEVICE_ID_SI_760) | 468 | if (supported[i] == PCI_DEVICE_ID_SI_760) |
469 | smbus_base = acpi_base + 0xE0; | 469 | smbus_base = acpi_base + 0xE0; |