Skip to content

Commit 23e9592

Browse files
Alex Hungjwrdegoede
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent a973c98 commit 23e9592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/wireless-hotkey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static int wl_add(struct acpi_device *device)
7878

7979
err = wireless_input_setup();
8080
if (err)
81-
pr_err("Failed to setup hp wireless hotkeys\n");
81+
pr_err("Failed to setup wireless hotkeys\n");
8282

8383
return err;
8484
}

0 commit comments

Comments
 (0)