|
@@ -6585,7 +6585,7 @@ static int __devinit snd_hdspm_create(struct snd_card *card,
|
|
snd_printk(KERN_ERR "HDSPM: "
|
|
snd_printk(KERN_ERR "HDSPM: "
|
|
"unable to kmalloc Mixer memory of %d Bytes\n",
|
|
"unable to kmalloc Mixer memory of %d Bytes\n",
|
|
(int)sizeof(struct hdspm_mixer));
|
|
(int)sizeof(struct hdspm_mixer));
|
|
- return err;
|
|
|
|
|
|
+ return -ENOMEM;
|
|
}
|
|
}
|
|
|
|
|
|
hdspm->port_names_in = NULL;
|
|
hdspm->port_names_in = NULL;
|