Skip to content

Commit

Permalink
i2c: sis630: display unsigned hex
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amaury Decrême authored and Wolfram Sang committed Feb 11, 2013
1 parent a6e7d0e commit 97da42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-sis630.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static int sis630_setup(struct pci_dev *sis630_dev)
goto exit;
}

dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04x\n", acpi_base);
dev_dbg(&sis630_dev->dev, "ACPI base at 0x%04hx\n", acpi_base);

if (supported[i] == PCI_DEVICE_ID_SI_760)
smbus_base = acpi_base + 0xE0;
Expand Down

0 comments on commit 97da42d

Please sign in to comment.