[U-Boot] [PATCH] dm: simplify uclass_foreach_dev() implementation
Simon Glass
sjg at chromium.org
Fri Aug 14 23:18:05 CEST 2015
On 12 August 2015 at 08:15, Simon Glass <sjg at chromium.org> wrote:
> On 10 August 2015 at 10:09, Masahiro Yamada
> <yamada.masahiro at socionext.com> wrote:
>> 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 at socionext.com>
>> ---
>>
>> include/dm/uclass.h | 9 ++-------
>> 1 file changed, 2 insertions(+), 7 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list