pci: Use new %pR to print resource ranges
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 20 Oct 2008 04:07:37 +0000 (15:07 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 16:12:32 +0000 (09:12 -0700)
commit096e6f673dc02a6394dc9a7d8f8735c6978f5b91
tree50e9f463b089dc1b62c3f260a27d500040534525
parent332d2e7834986a9326ec3fa6a91641daef81746c
pci: Use new %pR to print resource ranges

This converts things in drivers/pci to use %pR to printout the
content of a struct resource instead of hand-casted %llx or
other variants.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/pci.c
drivers/pci/probe.c
drivers/pci/setup-bus.c
drivers/pci/setup-res.c