[PATCH] x86, ioremap: use %pR in printk

From: Ingo Molnar
Date: Mon Oct 20 2008 - 03:12:23 EST



* Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> wrote:

> 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@xxxxxxxxxxxxxxxxxxx>

cool!

Acked-by: Ingo Molnar <mingo@xxxxxxx>

there's also two places in arch/x86/mm/ioremap.c that could use this
straight away - see the (untested) patch below.

Ingo

--------------------->