Re: [PATCH] memory: tegra: Convert to using %pOFn instead of device_node.name

From: Rob Herring
Date: Tue Nov 27 2018 - 11:58:13 EST


On Sat, Nov 24, 2018 at 8:07 AM Yangtao Li <tiny.windzz@xxxxxxxxx> wrote:
>
> In preparation to remove the node name pointer from struct device_node,
> convert printf users to use the %pOFn format specifier.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> ---
> drivers/memory/tegra/mc.c | 6 +++---
> drivers/memory/tegra/tegra124-emc.c | 12 ++++++------
> 2 files changed, 9 insertions(+), 9 deletions(-)

Thanks, but I already sent a patch for this and all the others in
drivers/memory/ and have queued it since no one picked it up.

Rob