diff options
author | Bard liao <[email protected]> | 2019-09-18 21:31:31 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-09-20 12:05:46 +0100 |
commit | 7a5d9815cc010b055c2a99ccf418c4629365fa43 (patch) | |
tree | 4907031f0c05d7e0a951cc61eebe3cab7759d6d1 /lib/test_overflow.c | |
parent | 947ec14c7369a87625f03abaab5b3f4d33ac73ba (diff) |
ASoC: core: use list_del_init and move it back to soc_cleanup_component
commit a0a4bf57a977 ("ASoC: core: delete component->card_list in soc_remove_component only")
was trying to fix a kernel oops when list_del was called twice without
re-init the list. Use list_del_init() can solve it, too. Besides, it
will be more readable if we cleanup all component related resource at
soc_cleanup_component().
Suggested-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Bard liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions