X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fplatforms%2F85xx%2Fp1022_ds.c;fp=arch%2Fpowerpc%2Fplatforms%2F85xx%2Fp1022_ds.c;h=9fb57f78cdbe37f08a3d5f2ddef7b06696e04aa2;hb=b7c670d673d1186e9a6aafaad36aace34046bb6b;hp=0908abd7e36f684cf60162fd572a6175abfeb833;hpb=bcf21e3a97a1247178338793df9ae332a036e22b;p=sfrench%2Fcifs-2.6.git diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c index 0908abd7e36f..9fb57f78cdbe 100644 --- a/arch/powerpc/platforms/85xx/p1022_ds.c +++ b/arch/powerpc/platforms/85xx/p1022_ds.c @@ -508,8 +508,8 @@ static void __init p1022_ds_setup_arch(void) * allocate one static local variable for each * call to this function. */ - pr_info("p1022ds: disabling %s node", - np2->full_name); + pr_info("p1022ds: disabling %pOF node", + np2); of_update_property(np2, &nor_status); of_node_put(np2); } @@ -524,8 +524,8 @@ static void __init p1022_ds_setup_arch(void) .length = sizeof("disabled"), }; - pr_info("p1022ds: disabling %s node", - np2->full_name); + pr_info("p1022ds: disabling %pOF node", + np2); of_update_property(np2, &nand_status); of_node_put(np2); }