Re: [PATCH] of: overlay: make pr_err() string unique

2017-10-19 Thread Rob Herring
On Thu, Oct 19, 2017 at 4:38 PM, wrote: > From: Frank Rowand > > The same error string occurs in drivers/of/resolver.c. Change > the error here to more precisely describe this case, and avoid > the possible confusion of looking in the wrong source location > to understand the cause of an error.

[PATCH] of: overlay: make pr_err() string unique

2017-10-19 Thread frowand . list
From: Frank Rowand The same error string occurs in drivers/of/resolver.c. Change the error here to more precisely describe this case, and avoid the possible confusion of looking in the wrong source location to understand the cause of an error. Signed-off-by: Frank Rowand --- And yes, I was lo