HID: make timeout HZ independent
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 2 May 2015 15:55:15 +0000 (17:55 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 7 May 2015 08:32:22 +0000 (10:32 +0200)
wait_event_interruptible_timeout() expects a timeout in jiffies so the
numeric constant becomes HZ dependent - put it through msecs_to_jiffies()
to make it HZ independent.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-lg.c

Simple merge