]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/kernel/pci.c
[PARISC] avoid compiler warnings when compiling 64bit
[linux-2.6-omap-h63xx.git] / arch / parisc / kernel / pci.c
index 199887a61c765dea150132dc9d870b9c14a0e9f6..563df0072dee9cf5413778d068a55c4482ac2ce9 100644 (file)
@@ -200,8 +200,8 @@ static void
 pcibios_link_hba_resources( struct resource *hba_res, struct resource *r)
 {
        if (!r->parent) {
-               printk(KERN_EMERG "PCI: resource not parented! [%lx-%lx]\n",
-                               r->start, r->end);
+               printk(KERN_EMERG "PCI: resource not parented! [%p-%p]\n",
+                               (void*) r->start, (void*) r->end);
                r->parent = hba_res;
 
                /* reverse link is harder *sigh*  */