Re: [PATCH] ASoC: core: remove unused variable in soc_probe() in linux-next

2012-08-10 Thread Mark Brown
On Thu, Aug 09, 2012 at 11:16:26PM -0700, Jerry Snitselaar wrote: > With commit 28d528c8 "ASoC: core: Remove pointless error on card > registration failure", the variable ret is no longer used in > soc_probe() and generates an unused variable warning during a build. Applied, thanks. -- To

[PATCH] ASoC: core: remove unused variable in soc_probe() in linux-next

2012-08-10 Thread Jerry Snitselaar
With commit 28d528c8 "ASoC: core: Remove pointless error on card registration failure", the variable ret is no longer used in soc_probe() and generates an unused variable warning during a build. Signed-off-by: Jerry Snitselaar --- sound/soc/soc-core.c | 1 - 1 file changed, 1 deletion(-) diff

[PATCH] ASoC: core: remove unused variable in soc_probe() in linux-next

2012-08-10 Thread Jerry Snitselaar
With commit 28d528c8 ASoC: core: Remove pointless error on card registration failure, the variable ret is no longer used in soc_probe() and generates an unused variable warning during a build. Signed-off-by: Jerry Snitselaar d...@snitselaar.org --- sound/soc/soc-core.c | 1 - 1 file changed, 1

Re: [PATCH] ASoC: core: remove unused variable in soc_probe() in linux-next

2012-08-10 Thread Mark Brown
On Thu, Aug 09, 2012 at 11:16:26PM -0700, Jerry Snitselaar wrote: With commit 28d528c8 ASoC: core: Remove pointless error on card registration failure, the variable ret is no longer used in soc_probe() and generates an unused variable warning during a build. Applied, thanks. -- To unsubscribe