commit | cabb7d5b7896a4d307ea6ad6d3bd045810544151 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 12 21:19:37 2013 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 13 10:05:58 2013 +0000 |
tree | 7c32c643c4b51eed352a050fc7c0b606b8c10382 | |
parent | f7f951c29835622d6096530393a8322131059917 [diff] |
of/selftest: Use selftest() macro throughout Some of the selftests are open-coded. Others use the selftest() macro defined in drivers/of/selftest.c. The macro makes for cleaner selftest code, so refactor the of_parse_phandle_with_args() tests to use it. Cc: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>