of: Fix issue where code would fall through to error case.
authorMoritz Fischer <mdf@kernel.org>
Fri, 2 Dec 2016 06:10:25 +0000 (22:10 -0800)
committerRob Herring <robh@kernel.org>
Fri, 9 Dec 2016 16:33:03 +0000 (10:33 -0600)
commit32bed310ad32b1cf66525fae89913d76dde4d797
tree59ebec551d724fbc711193fc48954dfa543314ba
parent4aa663444048396799b49b5b782552c1ba15c39d
of: Fix issue where code would fall through to error case.

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 <mdf@kernel.org>
Reviewed-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/resolver.c