OSDN Git Service

ALSA: hda/intel: Properly free the display power at error path
authorTakashi Iwai <tiwai@suse.de>
Sun, 9 Dec 2018 08:59:03 +0000 (09:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Dec 2018 07:15:45 +0000 (08:15 +0100)
commit457f3c86d3358beb0ae19774fef8a9035dedd88f
tree42556bf31da911f647e539b3909fc53b6244fded
parente454ff8e89b6db0a2054260d48635fbc781e94ce
ALSA: hda/intel: Properly free the display power at error path

When an error occurs in azx_probe_continue(), we should release the
display power.  However, the current code ignores it and releases the
display power only for HSW/BDW cases.  Fix it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c