On Tue, Jul 18, 2017 at 04:43:09PM -0500, Rob Herring 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 <robh at kernel.org> > Cc: Joerg Roedel <joro at 8bytes.org> > Cc: Heiko Stuebner <heiko at sntech.de> > Cc: iommu at lists.linux-foundation.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-rockchip at lists.infradead.org > --- > drivers/iommu/fsl_pamu.c | 20 ++++++++------------ > drivers/iommu/fsl_pamu_domain.c | 10 ++++------ > drivers/iommu/of_iommu.c | 3 +-- > drivers/iommu/rockchip-iommu.c | 10 +++++----- > 4 files changed, 18 insertions(+), 25 deletions(-) Applied, thanks.