diff options
author | Mark Brown <broonie@kernel.org> | 2019-06-07 00:44:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-07 00:44:24 +0300 |
commit | a8e992342ce4cd173d437d0aa4eecc9e30489f72 (patch) | |
tree | dbb45d586ed7370e32c006c506d6954d06779914 /sound/hda | |
parent | adb76b5b9c4740a11f6ad6c68764515961ae8ade (diff) | |
parent | 04268bf2757a125616b6c2140e6250f43b7b737a (diff) | |
download | linux-a8e992342ce4cd173d437d0aa4eecc9e30489f72.tar.xz |
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); void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) { snd_hdac_device_exit(hdev); - kfree(hdev); } EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_exit); |