aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/digi00x/digi00x.c
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2018-10-04 07:52:58 +0200
committerGravatar Takashi Iwai <tiwai@suse.de> 2018-10-04 07:53:06 +0200
commit4a9a72e0db5e584267944f4d868f46419b2fab59 (patch)
tree95e3b2f13e41cad37fdeff87ef5c1366bba39497 /sound/firewire/digi00x/digi00x.c
parentALSA: intel8x0: Fix fall-through annotations (diff)
parentALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760 (diff)
downloadlinux-4a9a72e0db5e584267944f4d868f46419b2fab59.tar.gz
linux-4a9a72e0db5e584267944f4d868f46419b2fab59.tar.bz2
linux-4a9a72e0db5e584267944f4d868f46419b2fab59.zip
Merge branch 'for-linus' into for-next
Back-merge 4.19-devel branch into 4.20 for applying FireWire patches cleanly. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/digi00x/digi00x.c')
-rw-r--r--sound/firewire/digi00x/digi00x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/digi00x/digi00x.c b/sound/firewire/digi00x/digi00x.c
index 1f5e1d23f31a..ef689997d6a5 100644
--- a/sound/firewire/digi00x/digi00x.c
+++ b/sound/firewire/digi00x/digi00x.c
@@ -49,6 +49,7 @@ static void dg00x_free(struct snd_dg00x *dg00x)
fw_unit_put(dg00x->unit);
mutex_destroy(&dg00x->mutex);
+ kfree(dg00x);
}
static void dg00x_card_free(struct snd_card *card)