From 3d3909ffe57174ee10a2ba2cdd75a7c7383f1983 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 23 Nov 2007 15:41:44 +0100 Subject: [ALSA] aoa - fix compile warning Set a proper error code in the error path of i2sbus_attach_codec(). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/aoa/soundbus/i2sbus/i2sbus-pcm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/aoa/soundbus') diff --git a/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c b/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c index a4b0e1acb11..e6ffea9128c 100644 --- a/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c +++ b/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c @@ -996,6 +996,7 @@ i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card, if (dev->pcm->card != card) { printk(KERN_ERR "Can't attach same bus to different cards!\n"); + err = -EINVAL; goto out_put_ci_module; } err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); -- cgit v1.2.3