Skip to content

Commit 82b2496

Browse files
LawstorantJiri Kosina
authored andcommitted
HID: pidff: Remove Anssi's email address from info msg
Some users might try to contact him about issues and he's no longer active when it comes to the driver development/fixes. Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
1 parent c2dc9f0 commit 82b2496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hid/usbhid/hid-pidff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ int hid_pidff_init_with_quirks(struct hid_device *hid, u32 initial_quirks)
15591559
ff->set_autocenter = pidff_set_autocenter;
15601560
ff->playback = pidff_playback;
15611561

1562-
hid_info(dev, "Force feedback for USB HID PID devices by Anssi Hannula <anssi.hannula@gmail.com>\n");
1562+
hid_info(dev, "Force feedback for USB HID PID devices by Anssi Hannula\n");
15631563
hid_dbg(dev, "Active quirks mask: 0x%08x\n", pidff->quirks);
15641564

15651565
hid_device_io_stop(hid);

0 commit comments

Comments
 (0)