hwmon: (lm63) Drop redundant safety on cache lifetime
authorJean Delvare <khali@linux-fr.org>
Mon, 8 Jul 2013 12:18:24 +0000 (14:18 +0200)
committerJean Delvare <khali@endymion.delvare>
Mon, 8 Jul 2013 12:18:24 +0000 (14:18 +0200)
commit5b0620df9c38438ee245a97b8102ed74556e5505
tree0a54591c5999ed7522fb4c253aa927ce885f9dce
parent78c2c2fe59b8c6b7d20e163efde0bfccc679f647
hwmon: (lm63) Drop redundant safety on cache lifetime

time_after (as opposed to time_after_equal) already ensures that the
cache lifetime is at least as much as requested. There is no point in
manually adding another jiffy to that value, and this can confuse the
reader into wrong interpretation.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Imre Deak <imre.deak@intel.com>
drivers/hwmon/lm63.c