commit | 096e6f673dc02a6394dc9a7d8f8735c6978f5b91 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 20 15:07:37 2008 +1100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 20 09:12:32 2008 -0700 |
tree | 50e9f463b089dc1b62c3f260a27d500040534525 | |
parent | 332d2e7834986a9326ec3fa6a91641daef81746c [diff] |
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>