From: Nicholas Mc Guire Date: Wed, 27 May 2015 16:02:38 +0000 (+0200) Subject: staging: rts5208: pass timeout as HZ independent value X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~462 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f8ded9d9c353cffe36e7d36c2a4bbdcb26bc5c1;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed