Commit be10815f authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin

[PARISC] bloody printf fmt string warnings

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 3ee8f5e2
......@@ -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");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment