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 <[email protected]> > Cc: Joerg Roedel <[email protected]> > Cc: Heiko Stuebner <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > 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.

