Re: [PATCH] dma: Convert to using %pOF instead of full_name

2017-07-19 Thread Geert Uytterhoeven
On Tue, Jul 18, 2017 at 11:42 PM, 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 Reviewed-by: Geert Uytterhoeve

Re: [PATCH] dma: Convert to using %pOF instead of full_name

2017-07-18 Thread Vinod Koul
On Tue, Jul 18, 2017 at 04:42:58PM -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. Applied after fixing the subsystem name, thanks -- ~V

[PATCH] dma: Convert to using %pOF instead of full_name

2017-07-18 Thread Rob Herring
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 Cc: Vinod Koul Cc: Dan Williams Cc: dmaeng...@vger.kernel.org --- drivers/dma/of-dma.c