]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: samsung: Remove redundant arndale_audio_remove
authorVaishali Thakkar <vthakkar1994@gmail.com>
Thu, 20 Aug 2015 16:41:15 +0000 (22:11 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 20 Aug 2015 17:22:09 +0000 (10:22 -0700)
commit14a500fe1396934c6b3ed8f009459a4723da7862
tree21e7afdb64016f58f6f13b4a374ff2be43e2e5f2
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
ASoC: samsung: Remove redundant arndale_audio_remove

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 <vthakkar1994@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/samsung/arndale_rt5631.c