|
@@ -269,7 +269,7 @@ static void __iomem *orion_wdt_ioremap_rstout(struct platform_device *pdev,
|
|
|
|
|
|
rstout = internal_regs + ORION_RSTOUT_MASK_OFFSET;
|
|
|
|
|
|
- WARN(1, FW_BUG "falling back to harcoded RSTOUT reg 0x%x\n", rstout);
|
|
|
+ WARN(1, FW_BUG "falling back to harcoded RSTOUT reg %pa\n", &rstout);
|
|
|
return devm_ioremap(&pdev->dev, rstout, 0x4);
|
|
|
}
|
|
|
|