From: Nicholas Mc Guire Date: Tue, 3 Mar 2015 10:52:51 +0000 (-0500) Subject: ide_tape: convert jiffies with jiffies_to_msecs X-Git-Tag: omap-for-v4.1/fixes-rc1~304^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842159640782539a80153c040d6fc2b80756aa3a;p=pandora-kernel.git ide_tape: convert jiffies with jiffies_to_msecs Use jiffies_to_msecs for converting jiffies as it handles all of the corner cases reliably and also helps readability. The printk format is fixed up as jiffies_to_msecs returns unsigned int not unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: David S. Miller --- Reading git-diff-tree failed