diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 7905d36d051797250bb58b7768791a4d92b67c15..962a6e17a01a1f75a3e783a94f4eb0d126273b60 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -152,7 +152,7 @@ static int syscon_probe(struct platform_device *pdev) platform_set_drvdata(pdev, syscon); - dev_info(dev, "regmap 0x%x-0x%x registered\n", res->start, res->end); + dev_info(dev, "regmap %pR registered\n", res); return 0; }