Re: [PATCH] regulator: Convert to using %pOFn instead of device_node.name

From: Krzysztof Kozlowski
Date: Wed Aug 29 2018 - 03:47:28 EST


On Tue, 28 Aug 2018 at 03:55, Rob Herring <robh@xxxxxxxxxx> wrote:
>
> In preparation to remove the node name pointer from struct device_node,
> convert printf users to use the %pOFn format specifier.
>
> Cc: Liam Girdwood <lgirdwood@xxxxxxxxx>
> Cc: Mark Brown <broonie@xxxxxxxxxx>
> Cc: Sangbeom Kim <sbkim73@xxxxxxxxxxx>
> Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
> Cc: linux-samsung-soc@xxxxxxxxxxxxxxx
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> drivers/regulator/max8997-regulator.c | 4 +-
> drivers/regulator/mc13xxx-regulator-core.c | 2 +-
> drivers/regulator/of_regulator.c | 44 +++++++++++-----------
> drivers/regulator/qcom-rpmh-regulator.c | 14 +++----
> drivers/regulator/s5m8767.c | 12 +++---

For S5M8767:
Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Best regards,
Krzysztof