PCI: Add 0x prefix to BAR register position in __pci_read_base()
authorKevin Hao <haokexin@gmail.com>
Sat, 25 May 2013 11:36:25 +0000 (19:36 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 25 May 2013 17:58:01 +0000 (11:58 -0600)
commit33963e308e98064ce89d961ffeede2fb055f8ffc
tree22b9513099f0739524302ae8721c34a837e9f6b0
parentf722406faae2d073cc1d01063d1123c35425939e
PCI: Add 0x prefix to BAR register position in __pci_read_base()

We print the BAR register's position in hexadecimal format, so it
is more readable if 0x prefix is added.

[bhelgaas: keep dev_printk(), not dev_dbg(), so this is always in dmesg]
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/probe.c