
11 Feb
2013
11 Feb
'13
11: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?