commit | e7a62df8e8b4a5ecbbf4339b5b3671ae6582e50a | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Apr 15 08:38:17 2014 -0700 |
committer | Rob Herring <robh@kernel.org> | Tue Apr 15 15:21:22 2014 -0500 |
tree | a0181e6f191aca891fc9e208b3fc5aef821a5796 | |
parent | f3afa2259457e46bbb6285bcc1032ecc0f76fdd7 [diff] |
of: Clean up of_update_property After searching for the old property, bail out with -ENODEV if it was not found. It is unnecessary to check if oldprop is NULL before removing its binary file; the check was already done before. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Rob Herring <robh@kernel.org>