virt: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 6 Jun 2017 21:45:15 +0000 (16:45 -0500)
committerRob Herring <robh@kernel.org>
Tue, 29 Aug 2017 13:52:51 +0000 (08:52 -0500)
commit55e18b18335132cb21d815e09c376fca891f5af2
tree16efc021762cb5063115ed73f485147587e081ae
parent985541f6c01e67bcdce433847d1b56fe8f523bf0
virt: 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>
drivers/virt/fsl_hypervisor.c