On Fri, Sep 28, 2018 at 5:09 PM Rob Herring <r...@kernel.org> wrote: > > On Mon, Aug 27, 2018 at 8:55 PM Rob Herring <r...@kernel.org> wrote: > > > > In preparation to remove the node name pointer from struct device_node, > > convert printf users to use the %pOFn format specifier. > > > > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > > Cc: Jiri Slaby <jsl...@suse.com> > > Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> > > Cc: Paul Mackerras <pau...@samba.org> > > Cc: Michael Ellerman <m...@ellerman.id.au> > > Cc: linux-ser...@vger.kernel.org > > Cc: linuxppc-dev@lists.ozlabs.org > > Signed-off-by: Rob Herring <r...@kernel.org> > > --- > > drivers/tty/ehv_bytechan.c | 12 ++++++------ > > drivers/tty/serial/cpm_uart/cpm_uart_core.c | 8 ++++---- > > drivers/tty/serial/pmac_zilog.c | 4 ++-- > > 3 files changed, 12 insertions(+), 12 deletions(-) > > Hey Greg, Is this still in your queue? Maybe you've just been extra > busy lately. ;)
NM. I see it's applied now. Sorry for the noise. Rob