diff options
Diffstat (limited to 'drivers/mfd/syscon.c')
-rw-r--r-- | drivers/mfd/syscon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 7905d36d0517..962a6e17a01a 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c | |||
@@ -152,7 +152,7 @@ static int syscon_probe(struct platform_device *pdev) | |||
152 | 152 | ||
153 | platform_set_drvdata(pdev, syscon); | 153 | platform_set_drvdata(pdev, syscon); |
154 | 154 | ||
155 | dev_info(dev, "regmap 0x%x-0x%x registered\n", res->start, res->end); | 155 | dev_info(dev, "regmap %pR registered\n", res); |
156 | 156 | ||
157 | return 0; | 157 | return 0; |
158 | } | 158 | } |