commit | 5115fda13a5503c5d376d3bed67ddc9cb0499d35 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Aug 11 01:09:43 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Mon Aug 31 07:56:44 2015 -0600 |
tree | 743c22490ef1225c13fcde7e4f968daaeb396d7e | |
parent | edbecf52c9b9f134a1b721db6cc539c60cb41a49 [diff] |
dm: simplify uclass_foreach_dev() implementation This can be simply written with list_for_each_entry(), maybe this macro was not necessary in the first place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>