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

2017-07-31 Thread Wolfram Sang
On Tue, Jul 18, 2017 at 04:43:06PM -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: Haavard Skinnemoe

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

2017-07-18 Thread Maxime Ripard
On Tue, Jul 18, 2017 at 04:43:06PM -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: Haavard Skinnemoe