From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH] ASoC: Samsung: Remove redundant arndale_audio_remove Date: Fri, 21 Aug 2015 09:48:22 +0900 Message-ID: <55D67556.4040500@samsung.com> References: <20150820164115.GA19191@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20150820164115.GA19191@localhost> Sender: linux-samsung-soc-owner@vger.kernel.org To: Vaishali Thakkar , Kukjin Kim Cc: Sangbeom Kim , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org 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 redundant. > > Signed-off-by: Vaishali Thakkar z > --- > sound/soc/samsung/arndale_rt5631.c | 10 ---------- > 1 file changed, 10 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Fri, 21 Aug 2015 09:48:22 +0900 Subject: [PATCH] ASoC: Samsung: Remove redundant arndale_audio_remove In-Reply-To: <20150820164115.GA19191@localhost> References: <20150820164115.GA19191@localhost> Message-ID: <55D67556.4040500@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 redundant. > > Signed-off-by: Vaishali Thakkar z > --- > sound/soc/samsung/arndale_rt5631.c | 10 ---------- > 1 file changed, 10 deletions(-) Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof