From: Vaishali Thakkar Date: Thu, 20 Aug 2015 16:41:15 +0000 (+0530) Subject: ASoC: samsung: Remove redundant arndale_audio_remove X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~25^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a500fe1396934c6b3ed8f009459a4723da7862;p=pandora-kernel.git 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 Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed