aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/isa/es18xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c
index 2398d2c55feb..725c115ff97d 100644
--- a/sound/isa/es18xx.c
+++ b/sound/isa/es18xx.c
@@ -2154,6 +2154,7 @@ static int __devinit snd_audiodrive_pnpc(int dev, struct snd_audiodrive *acard,
2154 } 2154 }
2155 /* Control port initialization */ 2155 /* Control port initialization */
2156 if (pnp_activate_dev(acard->devc) < 0) { 2156 if (pnp_activate_dev(acard->devc) < 0) {
2157 kfree(cfg);
2157 snd_printk(KERN_ERR PFX "PnP control configure failure (out of resources?)\n"); 2158 snd_printk(KERN_ERR PFX "PnP control configure failure (out of resources?)\n");
2158 return -EAGAIN; 2159 return -EAGAIN;
2159 } 2160 }