summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-11-29 09:30:29 +0100
committerTakashi Iwai <tiwai@suse.de>2017-11-29 09:30:43 +0100
commit886cd11f7bad9e2b00720068450c9d294cc31c4a (patch)
tree93f3ceb956faa4f12b91f4f7a0fbe08fb78f505e /sound/pci
parent6dbc6caf6602607edf45d486aaf1949888e5053e (diff)
parentcf576fe5fd74cdabf7fc3fd8ac3b9abea9b964f8 (diff)
Merge branch 'topic/trivial' into for-next
Pull various trivial fixes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/korg1212/korg1212.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c
index c7b007164c99..4206ba44d8bb 100644
--- a/sound/pci/korg1212/korg1212.c
+++ b/sound/pci/korg1212/korg1212.c
@@ -2348,7 +2348,6 @@ static int snd_korg1212_create(struct snd_card *card, struct pci_dev *pci,
err = request_firmware(&dsp_code, "korg/k1212.dsp", &pci->dev);
if (err < 0) {
- release_firmware(dsp_code);
snd_printk(KERN_ERR "firmware not available\n");
snd_korg1212_free(korg1212);
return err;