diff options
Diffstat (limited to 'sound/aoa')
-rw-r--r-- | sound/aoa/soundbus/i2sbus/i2sbus-pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c b/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c index a4b0e1acb11d..e6ffea9128c7 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, | |||
996 | if (dev->pcm->card != card) { | 996 | if (dev->pcm->card != card) { |
997 | printk(KERN_ERR | 997 | printk(KERN_ERR |
998 | "Can't attach same bus to different cards!\n"); | 998 | "Can't attach same bus to different cards!\n"); |
999 | err = -EINVAL; | ||
999 | goto out_put_ci_module; | 1000 | goto out_put_ci_module; |
1000 | } | 1001 | } |
1001 | err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); | 1002 | err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1); |