aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/thinkpad_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/thinkpad_helper.c b/sound/pci/hda/thinkpad_helper.c
index 97f49b751e6e..568575b72f2f 100644
--- a/sound/pci/hda/thinkpad_helper.c
+++ b/sound/pci/hda/thinkpad_helper.c
@@ -58,8 +58,8 @@ static void hda_fixup_thinkpad_acpi(struct hda_codec *codec,
58 removefunc = false; 58 removefunc = false;
59 } 59 }
60 if (led_set_func(TPACPI_LED_MICMUTE, false) >= 0 && 60 if (led_set_func(TPACPI_LED_MICMUTE, false) >= 0 &&
61 snd_hda_gen_add_micmute_led(codec, 61 !snd_hda_gen_add_micmute_led(codec,
62 update_tpacpi_micmute) > 0) 62 update_tpacpi_micmute))
63 removefunc = false; 63 removefunc = false;
64 } 64 }
65 65