Re: [PATCH v3] ASoC: fsl: Convert to using %pOF instead of full_name

2017-08-07 Thread Nicolin Chen
On Mon, Aug 07, 2017 at 06:29:18PM -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 > Cc:

[PATCH v3] ASoC: fsl: Convert to using %pOF instead of full_name

2017-08-07 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: Timur Tabi Cc: Nicolin Chen