[PARISC] bloody printf fmt string warnings
authorKyle McMartin <kyle@parisc-linux.org>
Mon, 16 Oct 2006 02:40:27 +0000 (22:40 -0400)
committerKyle McMartin <kyle@ubuntu.com>
Fri, 8 Dec 2006 05:34:40 +0000 (00:34 -0500)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/mm/init.c

index 1c5fe8f..fc49a5e 100644 (file)
@@ -608,7 +608,7 @@ void show_mem(void)
 
                                printk("Zone list for zone %d on node %d: ", j, i);
                                for (k = 0; zl->zones[k] != NULL; k++) 
-                                       printk("[%d/%s] ", zone_to_nid(zl->zones[k]), zl->zones[k]->name);
+                                       printk("[%ld/%s] ", zone_to_nid(zl->zones[k]), zl->zones[k]->name);
                                printk("\n");
                        }
                }