Re: [PATCH] powerpc/mpc5xxx: Use of_get_next_parent to simplify code
From: Christophe JAILLET <hidden>
Date: 2015-10-12 05:05:27
Also in:
lkml
From: Christophe JAILLET <hidden>
Date: 2015-10-12 05:05:27
Also in:
lkml
Le 11/10/2015 22:44, Julia Lawall a écrit :
quoted
of_get_next_parent can be used to simplify the while() loop and avoid the need of a temp variable.Can you do something with the loop in __of_translate_address, in drivers/of/address.c? Is there not an iterator for this? julia
Hi Julia, There does not seem to be any 'for_each_parent_of_node' or equivalent. Best regards, CJ