]> git.hungrycats.org Git - linux/commit
ALSA: control: Fix leftover snd_power_unref()
authorTakashi Iwai <tiwai@suse.de>
Thu, 1 Aug 2024 06:42:01 +0000 (08:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 1 Aug 2024 06:42:42 +0000 (08:42 +0200)
commitfef1ac950c600ba50ef4d65ca03c8dae9be7f9ea
tree36db4f35fba73090b553ac7ea98a7f2e2adb739d
parentfcc62b19104a67b9a2941513771e09389b75bd95
ALSA: control: Fix leftover snd_power_unref()

One snd_power_unref() was forgotten and left at __snd_ctl_elem_info()
in the previous change for reorganizing the locking order.

Fixes: fcc62b19104a ("ALSA: control: Take power_ref lock primarily")
Link: https://github.com/thesofproject/linux/pull/5127
Link: https://patch.msgid.link/20240801064203.30284-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c