[PARISC] Kill zone_to_nid printk warning
zone_to_nid returns int, always. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
committed by
Kyle McMartin
parent
f8b9e59457
commit
f16484f0e3
@@ -607,7 +607,7 @@ void show_mem(void)
|
|||||||
|
|
||||||
printk("Zone list for zone %d on node %d: ", j, i);
|
printk("Zone list for zone %d on node %d: ", j, i);
|
||||||
for (k = 0; zl->zones[k] != NULL; k++)
|
for (k = 0; zl->zones[k] != NULL; k++)
|
||||||
printk("[%ld/%s] ", zone_to_nid(zl->zones[k]), zl->zones[k]->name);
|
printk("[%d/%s] ", zone_to_nid(zl->zones[k]), zl->zones[k]->name);
|
||||||
printk("\n");
|
printk("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user