commit | 38e9e21dac33082f0440d24aefb3466bb18bfed6 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Mar 18 10:21:28 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Mar 23 14:55:55 2011 -0600 |
tree | b222f3a436508faab42afe76f1f2e78f1933fbbc | |
parent | 4bbba111d94781d34081c37856bbc5eb33f6c72a [diff] |
dt: Refactor of_platform_bus_probe() The current implementation uses three copies of of basically identical code. This patch consolidates them to make the code simpler. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>