From: Nicholas Mc Guire Date: Wed, 27 May 2015 16:34:47 +0000 (+0200) Subject: snsc: pass timeout as HZ independent value X-Git-Tag: omap-for-v4.2/fixes-rc1^2~94^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd2db290d9bdfe11c6ee408f8727f1211f720d5;p=pandora-kernel.git snsc: pass timeout as HZ independent value schedule_timeout takes a timeout in jiffies but the code currently is passing in a constant SCDRV_TIMEOUT which makes this timeout HZ dependent, so pass it through msecs_to_jiffies() to fix this up. patch was compile tested with generic_defconfig (implies CONFIG_SGI_SNSC=y) 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