diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-05-27 18:02:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 11:40:14 +0900 |
commit | 3f8ded9d9c353cffe36e7d36c2a4bbdcb26bc5c1 (patch) | |
tree | e76eb0a3dee6b96d5653b2aa3cdfd115bf94ad98 /sound/sound_core.c | |
parent | 8ee0df0d0695f87075a77b0dc9f5f594b7ec423f (diff) | |
download | blackbird-op-linux-3f8ded9d9c353cffe36e7d36c2a4bbdcb26bc5c1.tar.gz blackbird-op-linux-3f8ded9d9c353cffe36e7d36c2a4bbdcb26bc5c1.zip |
staging: rts5208: pass timeout as HZ independent value
schedule_timeout takes a timeout in jiffies but the code currently is
passing in a constant POLLING_INTERVAL which makes this timeout HZ
dependent, so pass it through msecs_to_jiffies() to fix this up.
patch was compile tested for x86_64_defconfig + CONFIG_STAGING=y,
CONFIG_RTS5208=m
Patch is against 4.0-rc5 (localversion-next is -next-20150527)
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/sound_core.c')
0 files changed, 0 insertions, 0 deletions