]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 17:05:38 +0000 (10:05 -0700)
commitb167a60c024decd22fd48459f24225cb6f92ab05
tree62a02775a12d88e9d21d16121be477acc6cb18c2
parent59358f278d5c3ba3b2bd14d83ded72a2faafb51b
ASoC: samsung: Remove redundant arndale_audio_remove

commit 14a500fe1396934c6b3ed8f009459a4723da7862 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/samsung/arndale_rt5631.c