commit | 23ce04c0734e33b1042273b0ed11a8e4f7f988ca | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 12 21:21:49 2013 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 13 10:05:58 2013 +0000 |
tree | 9d2a42607410cd91388d6ac6511bf92a9651eca0 | |
parent | cabb7d5b7896a4d307ea6ad6d3bd045810544151 [diff] |
of/base: Clean up exit paths for of_parse_phandle_with_args() Some of the exit paths were not correctly releasing the node. Fix it by creating an 'err' label for collecting the error paths and releasing the node. Cc: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>