]> bbs.cooldavid.org Git - net-next-2.6.git/commit
PCI: probing debug message uniformization
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 12 Oct 2008 10:26:12 +0000 (12:26 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 18:01:45 +0000 (11:01 -0700)
commitf393d9b130423a7a47c751b26df07ceaa5dc76a9
treec29cada52d6fce41d90a03c371861a7034cdded8
parent58c3a727cb73b75a9104d295f096cca12959a5a5
PCI: probing debug message uniformization

This patch uniformizes PCI probing debug boot messages with dev_printk()
intead of manual printk()

It changes adress range output from [%llx, %llx] to [%#llx-%#llx], like
in pci_request_region().

For example, it goes from the mixed-style:

PCI: 0000:00:1b.0 reg 10 64bit mmio: [f4280000f4283fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold

to uniform:

pci 0000:00:1b.0: reg 10 64bit mmio: [0xf4280000-0xf4283fff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold

This patch has been runtime tested, boot log messages diffed, everything
looks OK.

Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pcie/aspm.c
drivers/pci/probe.c