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

2017-07-18 Thread Borislav Petkov
On Tue, Jul 18, 2017 at 04:42:59PM -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: Borislav Petkov

[PATCH] EDAC: 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: Borislav Petkov Cc: Mauro Carvalho Chehab Cc: linux-e...@vger.kernel.org --- drivers/ed