aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/gpio-pl061.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c
index e528cb2b12aa..391766e5aeed 100644
--- a/drivers/gpio/gpio-pl061.c
+++ b/drivers/gpio/gpio-pl061.c
@@ -355,8 +355,8 @@ static int pl061_probe(struct amba_device *adev, const struct amba_id *id)
355 } 355 }
356 356
357 amba_set_drvdata(adev, chip); 357 amba_set_drvdata(adev, chip);
358 dev_info(&adev->dev, "PL061 GPIO chip @%08x registered\n", 358 dev_info(&adev->dev, "PL061 GPIO chip @%pa registered\n",
359 adev->res.start); 359 &adev->res.start);
360 360
361 return 0; 361 return 0;
362} 362}