extcon: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:43:00 +0000 (16:43 -0500)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 19 Jul 2017 01:37:10 +0000 (10:37 +0900)
commit5c27036d2b05d6bc763809871b58a48e9fa554fa
tree1cd9b73d2a4b4ad3353592bd99781e63ece1a580
parent15dec834a0d08be997fd0c4baa08db84459e3093
extcon: 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: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c