]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ide: pmac: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:43:07 +0000 (16:43 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 1 Sep 2017 06:42:51 +0000 (16:42 +1000)
commit859420e3155d8192b31a93cd92d32c85151bf8da
tree27897698f0e785eb092f0e625c623c4f6d07fb15
parentb0d6c9bab5e41d07f2bece1ef8c81cd2175b5f88
ide: pmac: 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>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linux-ide@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/ide/pmac.c