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

2017-07-26 Thread Dan Carpenter
Sorry about the false positive. I will push a fix for that later today or tomorrow at the latest. regards, dan carpenter

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

2017-07-26 Thread Dan Carpenter
Sorry about the false positive. I will push a fix for that later today or tomorrow at the latest. regards, dan carpenter

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

2017-07-26 Thread Will Deacon
Hi Rob, On Tue, Jul 25, 2017 at 07:27:29PM -0500, Rob Herring wrote: > On Tue, Jul 25, 2017 at 7:04 AM, Will Deacon wrote: > > On Tue, Jul 18, 2017 at 04:42:42PM -0500, Rob Herring wrote: > >> Now that we have a custom printf format specifier, convert users of > >> full_name

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

2017-07-26 Thread Will Deacon
Hi Rob, On Tue, Jul 25, 2017 at 07:27:29PM -0500, Rob Herring wrote: > On Tue, Jul 25, 2017 at 7:04 AM, Will Deacon wrote: > > On Tue, Jul 18, 2017 at 04:42:42PM -0500, Rob Herring wrote: > >> Now that we have a custom printf format specifier, convert users of > >> full_name to use %pOF instead.

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

2017-07-25 Thread Rob Herring
On Tue, Jul 25, 2017 at 7:04 AM, Will Deacon wrote: > [adding Luc] > > Hi Rob, > > On Tue, Jul 18, 2017 at 04:42:42PM -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

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

2017-07-25 Thread Rob Herring
On Tue, Jul 25, 2017 at 7:04 AM, Will Deacon wrote: > [adding Luc] > > Hi Rob, > > On Tue, Jul 18, 2017 at 04:42:42PM -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

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

2017-07-25 Thread Will Deacon
[adding Luc] Hi Rob, On Tue, Jul 18, 2017 at 04:42:42PM -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

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

2017-07-25 Thread Will Deacon
[adding Luc] Hi Rob, On Tue, Jul 18, 2017 at 04:42:42PM -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

[PATCH] arm64: 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: Catalin Marinas Cc: Will Deacon

[PATCH] arm64: 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: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org ---