Skip to content

Commit

Permalink
platform/x86: wireless-hotkey: remove hardcoded "hp" from the error m…
Browse files Browse the repository at this point in the history
…essage

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>
  • Loading branch information
Alex Hung authored and Hans de Goede committed Jul 14, 2021
1 parent a973c98 commit 23e9592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/wireless-hotkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int wl_add(struct acpi_device *device)

err = wireless_input_setup();
if (err)
pr_err("Failed to setup hp wireless hotkeys\n");
pr_err("Failed to setup wireless hotkeys\n");

return err;
}
Expand Down

0 comments on commit 23e9592

Please sign in to comment.