We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aadfa1 commit 6719a2cCopy full SHA for 6719a2c
sound/pci/echoaudio/echoaudio.c
@@ -2158,7 +2158,6 @@ static int snd_echo_resume(struct device *dev)
2158
if (err < 0) {
2159
kfree(commpage_bak);
2160
dev_err(dev, "resume init_hw err=%d\n", err);
2161
- snd_echo_free(chip);
2162
return err;
2163
}
2164
@@ -2185,7 +2184,6 @@ static int snd_echo_resume(struct device *dev)
2185
2184
if (request_irq(pci->irq, snd_echo_interrupt, IRQF_SHARED,
2186
KBUILD_MODNAME, chip)) {
2187
dev_err(chip->card->dev, "cannot grab irq\n");
2188
2189
return -EBUSY;
2190
2191
chip->irq = pci->irq;
0 commit comments