commit | 182303413d8f8ecd140257394bdf5a6a1b98c128 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 05 17:10:10 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 27 14:15:54 2016 -0600 |
tree | 79431b5419e1366009f331a3d1a604b64f14ccff | |
parent | 09128c5adebdea33d0fbce1b78584cbf957f2477 [diff] |
dm: Use dm_scan_fdt_dev() directly where possible Quite a few places have a bind() method which just calls dm_scan_fdt_dev(). We may as well call dm_scan_fdt_dev() directly. Update the code to do this. Signed-off-by: Simon Glass <sjg@chromium.org>