We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e654c commit 81bf4a4Copy full SHA for 81bf4a4
drivers/platform/x86/thinkpad_acpi.c
@@ -4116,9 +4116,11 @@ static void hotkey_resume(void)
4116
{
4117
tpacpi_disable_brightness_delay();
4118
4119
+ mutex_lock(&hotkey_mutex);
4120
if (hotkey_status_set(true) < 0 ||
4121
hotkey_mask_set(hotkey_acpi_mask) < 0)
4122
pr_err("error while attempting to reset the event firmware interface\n");
4123
+ mutex_unlock(&hotkey_mutex);
4124
4125
tpacpi_send_radiosw_update();
4126
tpacpi_input_send_tabletsw();
0 commit comments