On Tue, Jul 18, 2017 at 4:43 PM, Rob Herring <[email protected]> wrote: > 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 <[email protected]> > Cc: Scott Wood <[email protected]> > Cc: Qiang Zhao <[email protected]> > Cc: Matthias Brugger <[email protected]> > Cc: Simon Horman <[email protected]> > Cc: Magnus Damm <[email protected]> > Cc: Kukjin Kim <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Cc: Javier Martinez Canillas <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > drivers/soc/fsl/qbman/bman_ccsr.c | 10 +++++----- > drivers/soc/fsl/qbman/bman_portal.c | 8 +++----- > drivers/soc/fsl/qbman/qman_ccsr.c | 12 ++++++------ > drivers/soc/fsl/qbman/qman_portal.c | 11 ++++------- > drivers/soc/fsl/qe/gpio.c | 4 ++-- > drivers/soc/mediatek/mtk-pmic-wrap.c | 4 ++-- > drivers/soc/renesas/rcar-rst.c | 4 ++-- > drivers/soc/renesas/rcar-sysc.c | 6 +++--- > drivers/soc/samsung/pm_domains.c | 8 ++++---- > 9 files changed, 31 insertions(+), 36 deletions(-)
Arnd, Olof, Can you please apply this one. Rob

