Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: wireless-hotkey: remove hardcoded "hp" from the error message

This driver is no longer specific to HP laptops so "hp" in the error
message is no longer applicable.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Link: https://lore.kernel.org/r/20210710190810.313104-1-alex.hung@canonical.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Alex Hung and committed by
Hans de Goede
23e9592b a973c983

+1 -1
+1 -1
drivers/platform/x86/wireless-hotkey.c
··· 78 78 79 79 err = wireless_input_setup(); 80 80 if (err) 81 - pr_err("Failed to setup hp wireless hotkeys\n"); 81 + pr_err("Failed to setup wireless hotkeys\n"); 82 82 83 83 return err; 84 84 }