![](https://secure.gravatar.com/avatar/81a0ea8924bb973e3f6ad4ab4622168b.jpg?s=120&d=mm&r=g)
11 Feb
2013
11 Feb
'13
10:26 p.m.
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?