diff options
author | Mark Brown <broonie@kernel.org> | 2019-06-06 17:44:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-06 17:44:24 -0400 |
commit | a8e992342ce4cd173d437d0aa4eecc9e30489f72 (patch) | |
tree | dbb45d586ed7370e32c006c506d6954d06779914 /sound/hda | |
parent | adb76b5b9c4740a11f6ad6c68764515961ae8ade (diff) | |
parent | 04268bf2757a125616b6c2140e6250f43b7b737a (diff) |
Merge branch 'asoc-5.2' into asoc-5.3
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/ext/hdac_ext_bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/hda/ext/hdac_ext_bus.c b/sound/hda/ext/hdac_ext_bus.c index c203af71a099..f33ba58b753c 100644 --- a/sound/hda/ext/hdac_ext_bus.c +++ b/sound/hda/ext/hdac_ext_bus.c | |||
@@ -170,7 +170,6 @@ EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_init); | |||
170 | void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) | 170 | void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) |
171 | { | 171 | { |
172 | snd_hdac_device_exit(hdev); | 172 | snd_hdac_device_exit(hdev); |
173 | kfree(hdev); | ||
174 | } | 173 | } |
175 | EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_exit); | 174 | EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_exit); |
176 | 175 | ||