mux: convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 22 Aug 2017 06:27:06 +0000 (08:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 15:11:28 +0000 (17:11 +0200)
commitc398bc9b05a84ceadacbc405fe33535fd4826c6c
treeb008dc3d47723c373e18c1ea920286b758fb643a
parent2c9c4ae6573a3f4c270e8a35cd71700d3b802ea8
mux: convert to using %pOF instead of full_name

Now that we have a custom printf format specifier, convert users of
full_name to use %pOF instead. This is preparation to remove storing
of the full path string for each node.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mux/mux-core.c