commit | e03930620ae856a6ed79007207337d10011ecb36 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sat May 02 17:55:15 2015 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu May 07 10:32:22 2015 +0200 |
tree | 27ead853b3d6b94c98f6a15633fbb31d34b772eb | |
parent | 8de29a35dc840a05e451ad035bcb06e21ccf605f [diff] |
HID: make timeout HZ independent 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>