Skip to content
Commit 5fe2ccbe authored by zhong jiang's avatar zhong jiang Committed by Jiri Kosina
Browse files

HID: logitech: fix a used uninitialized GCC warning



Fix the following compile warning:

drivers/hid/hid-logitech-hidpp.c: In function 'hi_res_scroll_enable':
drivers/hid/hid-logitech-hidpp.c:2714:54: warning: 'multiplier' may be used uninitialized in this function [-Wmaybe-uninitialized]
  hidpp->vertical_wheel_counter.resolution_multiplier = multiplier;

Signed-off-by: default avatarzhong jiang <zhongjiang@huawei.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3fe1d6bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment