Skip to content

Commit 97cc2ed

Browse files
committed
ALSA: hda - Fix yet another i915 pointer leftover in error path
The hdac_acomp object in hdac_i915.c is left as assigned even after binding with i915 actually fails, and this leads to the WARN_ON() at the next load of the module. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94736 Signed-off-by: Takashi Iwai <[email protected]>
1 parent faafd03 commit 97cc2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/hda/hdac_i915.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ int snd_hdac_i915_init(struct hdac_bus *bus)
339339
out_err:
340340
kfree(acomp);
341341
bus->audio_component = NULL;
342+
hdac_acomp = NULL;
342343
dev_info(dev, "failed to add i915 component master (%d)\n", ret);
343344

344345
return ret;

0 commit comments

Comments
 (0)