From: Nicholas Mc Guire Date: Fri, 23 Jan 2015 07:15:53 +0000 (+0100) Subject: staging: rts5208: use msecs_to_jiffies for timeouts X-Git-Tag: fixes-v4.0-rc1~99^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df56d9bdeeae16af53487d1d4e8d78cd36948bc;p=pandora-kernel.git staging: rts5208: use msecs_to_jiffies for timeouts This is only an API consolidation and should make things more readable Converting milliseconds to jiffies by val * HZ / 1000 is technically not wrong but msecs_to_jiffies(val) is the cleaner solution and handles corner cases correctly. Signed-off-by: Nicholas Mc Guire Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed