Re: [PATCH] ASoC: Samsung: Remove redundant arndale_audio_remove

2015-08-20 Thread Krzysztof Kozlowski
On 21.08.2015 01:41, Vaishali Thakkar wrote: > There is no use of snd_soc_unregister_card in remove function > as devm_snd_soc_register_card in probe function automatically > handles it. So, remove use of snd_soc_unregister_card and with > this change remove arndale_audio_remove as it is now redund

[PATCH] ASoC: Samsung: Remove redundant arndale_audio_remove

2015-08-20 Thread Vaishali Thakkar
There is no use of snd_soc_unregister_card in remove function as devm_snd_soc_register_card in probe function automatically handles it. So, remove use of snd_soc_unregister_card and with this change remove arndale_audio_remove as it is now redundant. Signed-off-by: Vaishali Thakkar --- sound/soc