Re: [PATCH v4] of: Fix issue where code would fall through to error case.

2016-12-09 Thread Rob Herring
On Thu, Dec 01, 2016 at 10:10:25PM -0800, Moritz Fischer wrote: > From: Moritz Fischer > > No longer fall through into the error case that prints out > an error if no error (err = 0) occurred. > > Fixes d9181b20a83(of: Add back an error message, restructured) > Signed-off-by: Moritz Fischer > R

Re: [PATCH v4] of: Fix issue where code would fall through to error case.

2016-12-01 Thread Frank Rowand
On 12/01/16 22:10, Moritz Fischer wrote: > From: Moritz Fischer > > No longer fall through into the error case that prints out > an error if no error (err = 0) occurred. > > Fixes d9181b20a83(of: Add back an error message, restructured) > Signed-off-by: Moritz Fischer > Reviewed-by: Frank Rowan

[PATCH v4] of: Fix issue where code would fall through to error case.

2016-12-01 Thread Moritz Fischer
From: Moritz Fischer No longer fall through into the error case that prints out an error if no error (err = 0) occurred. Fixes d9181b20a83(of: Add back an error message, restructured) Signed-off-by: Moritz Fischer Reviewed-by: Frank Rowand --- Hi Frank, Rob sorry for the noise before. Thanks