]> git.openfabrics.org - ~emulex/infiniband.git/commit
ASoC: core: remove unused variable in soc_probe() in linux-next
authorJerry Snitselaar <dev@snitselaar.org>
Fri, 10 Aug 2012 06:16:26 +0000 (23:16 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Aug 2012 16:57:03 +0000 (17:57 +0100)
commit3876566a368b30908ec4195d58f04a411f22f736
treeb6ec5067d940abdcb4ca91f645f988ae88b1591c
parentb545dd924b4ffaf1e4fdd73fe7e9b6eb01e45aea
ASoC: core: remove unused variable in soc_probe() in linux-next

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 <dev@snitselaar.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c