From: Nicholas Mc Guire Date: Sat, 31 Jan 2015 10:51:54 +0000 (+0100) Subject: staging: rtl8712: cleanup of timeout conversions X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfb6d2ec4547a6fd83571f6beeee47db9184847;p=pandora-kernel.git staging: rtl8712: cleanup of timeout conversions This is only an API consolidation to make things more readable. Instances of var * HZ / 1000 are replaced by msecs_to_jiffies(var). As msecs_to_jiffies will return > 0 if it is passed a value > 0 the == 0 check is not needed. Signed-off-by: Nicholas Mc Guire Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed