|
@@ -1266,8 +1266,8 @@ static int ppc4xx_edac_probe(struct platform_device *op)
|
|
|
memcheck = (mcopt1 & SDRAM_MCOPT1_MCHK_MASK);
|
|
|
|
|
|
if (memcheck == SDRAM_MCOPT1_MCHK_NON) {
|
|
|
- ppc4xx_edac_printk(KERN_INFO, "%s: No ECC memory detected or "
|
|
|
- "ECC is disabled.\n", np->full_name);
|
|
|
+ ppc4xx_edac_printk(KERN_INFO, "%pOF: No ECC memory detected or "
|
|
|
+ "ECC is disabled.\n", np);
|
|
|
status = -ENODEV;
|
|
|
goto done;
|
|
|
}
|
|
@@ -1286,9 +1286,9 @@ static int ppc4xx_edac_probe(struct platform_device *op)
|
|
|
mci = edac_mc_alloc(ppc4xx_edac_instance, ARRAY_SIZE(layers), layers,
|
|
|
sizeof(struct ppc4xx_edac_pdata));
|
|
|
if (mci == NULL) {
|
|
|
- ppc4xx_edac_printk(KERN_ERR, "%s: "
|
|
|
+ ppc4xx_edac_printk(KERN_ERR, "%pOF: "
|
|
|
"Failed to allocate EDAC MC instance!\n",
|
|
|
- np->full_name);
|
|
|
+ np);
|
|
|
status = -ENOMEM;
|
|
|
goto done;
|
|
|
}
|