HID: logitech-hidpp: avoid repeated "multiplier = " log messages
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Sun, 5 Jul 2020 17:34:57 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:34:16 +0000 (09:34 +0200)
commit726504d32eaf353c8d0d2ca90edad9593b21afad
tree1d19c9e931f86cc044c8992fe44b818e0f6425e6
parent200eefab6d87b7f124b5c7a6c26f0de0eba34696
HID: logitech-hidpp: avoid repeated "multiplier = " log messages

commit e13762abf38ead29071407f32b9dcec38f21dc34 upstream.

These messages appear each time the mouse wakes from sleep, in my case
(Logitech M705), every minute or so.
Let's downgrade them to the "debug" level so they don't fill the kernel log
by default.

While we are at it, let's make clear that this is a wheel multiplier (and
not, for example, XY movement multiplier).

Fixes: 4435ff2f09a2 ("HID: logitech: Enable high-resolution scrolling on Logitech mice")
Cc: stable@vger.kernel.org
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Reviewed-by: Harry Cutts <hcutts@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-logitech-hidpp.c