diff --git a/[refs] b/[refs] index 61c11d679399..f84dcb025bf1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df86d1149f4b7b77158755b85b85f94e7bade32f +refs/heads/master: 3d3909ffe57174ee10a2ba2cdd75a7c7383f1983 diff --git a/trunk/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c b/trunk/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c index a4b0e1acb11d..e6ffea9128c7 100644 --- a/trunk/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c +++ b/trunk/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);