vsprintf: print OF node name using full_name
authorRob Herring <[email protected]>
Mon, 27 Aug 2018 13:13:56 +0000 (08:13 -0500)
committerRob Herring <[email protected]>
Fri, 7 Sep 2018 16:04:41 +0000 (11:04 -0500)
commit6d0a70a284be782e8b0120de75398a1a1155a50c
tree4879fc68905528a02a0ed3cec062342e5acc9a34
parenta613b26a50136ae90ab13943afe90bcbd34adb44
vsprintf: print OF node name using full_name

In preparation to remove the node name pointer from struct device_node,
convert the node name print to get the node name from the full name.

Reviewed-by: Frank Rowand <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
lib/vsprintf.c