gpio: Convert to using %pOFn instead of device_node.name
authorRob Herring <robh@kernel.org>
Tue, 28 Aug 2018 01:52:19 +0000 (20:52 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Aug 2018 12:01:29 +0000 (14:01 +0200)
commit62cdcb6c572ef0f55f4d6c06f008289f50eb516a
tree5b3e4547eae1456ec57c2bf7a62bc7ab3692a408
parent9ce3ebe973bf4073426f35f282c6b955ed802765
gpio: Convert to using %pOFn instead of device_node.name

In preparation to remove the node name pointer from struct device_node,
convert printf users to use the %pOFn format specifier.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib-of.c