ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
authorTakashi Iwai <tiwai@suse.de>
Mon, 5 Nov 2018 11:28:07 +0000 (12:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:08:19 +0000 (11:08 -0800)
commit1e3430e27c877d6819904a310a0c82a5013b7da2
tree13f29a0c1f33231607d74376ba65b5e9cee27802
parente3a6b6ed37b9626abbdf304b8e6fe492b4f84f59
ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks

commit 5e93a125f521efd00d71af31c2a301f3d46af48c upstream.

Since the commit c647f806b8c2 ("ALSA: hda - Allow multiple ADCs for
mic mute LED controls") we allow enabling the mic mute LED with
multiple ADCs.  The commit changed the function return value to be
zero or a negative error, while this change was overlooked in the
thinkpad_acpi helper code where it still expects a positive return
value for success.  This eventually leads to a NULL dereference on a
system that has only a mic mute LED.

This patch corrects the return value check in the corresponding code
as well.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=201621
Fixes: c647f806b8c2 ("ALSA: hda - Allow multiple ADCs for mic mute LED controls")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/thinkpad_helper.c