On 02/05/2013 03:11 AM, Kuninori Morimoto wrote: > Current ASoC is using list_add() in order to add new list to > platform/codec/dai list. > But it breaks added list's order. > This patch use list_add_tail() instead of list_add() to solve this issue.
Do these lists have a defined order, such that changing the order does actually /break/ something? I'm just curious what the motivation for this patch is really; is it just cosmetic? _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
