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)
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>

No differences found