commit | 842159640782539a80153c040d6fc2b80756aa3a | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Tue Mar 03 05:52:51 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 23:25:57 2015 -0400 |
tree | 33b4bf67c1f6f6ff5d730cf75ab4ac61d790b60d | |
parent | 7b09ac704bac2de5bf0362793edc22a0094e381c [diff] |
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 <hofrat@osadl.org> Signed-off-by: David S. Miller <davem@davemloft.net>