summaryrefslogtreecommitdiff
path: root/sound/soc/pxa/pxa2xx-ac97.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-07-01 09:23:13 (GMT)
committerTakashi Iwai <tiwai@suse.de>2013-07-01 09:23:13 (GMT)
commitef866ac0c29223d01ce751bb342d8f4fa1b2580a (patch)
treef6e006b369f08f379fa0c164ff34783daf02215a /sound/soc/pxa/pxa2xx-ac97.c
parentbc32134c0523c60989d2f2439e176601668a62a5 (diff)
parent370887f105025ed52acc9cbb0a15b6567d1550ff (diff)
downloadlinux-fsl-qoriq-ef866ac0c29223d01ce751bb342d8f4fa1b2580a.tar.xz
Merge tag 'asoc-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Final updates for v3.11 A few final updates: - A couple of additional bug fixes for the AC'97 refactoring. - Some fixes for the ADAU1701 driver.
Diffstat (limited to 'sound/soc/pxa/pxa2xx-ac97.c')
-rw-r--r--sound/soc/pxa/pxa2xx-ac97.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index a3c22ba..1475515 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -238,6 +238,8 @@ static const struct snd_soc_component_driver pxa_ac97_component = {
static int pxa2xx_ac97_dev_probe(struct platform_device *pdev)
{
+ int ret;
+
if (pdev->id != -1) {
dev_err(&pdev->dev, "PXA2xx has only one AC97 port.\n");
return -ENXIO;