fa3572aa8 parent cb600d2f83c854ec3d6660063e4466431999489b author Nicolas Pitre 1294766292 -0500 committer Thomas Gleixner 1294831392 +0100 time: Rename misnamed minsec argument of clocks_calc_mult_shift() The minsec argument to clocks_calc_mult_shift() is misnamed. It is used to clamp the magnitude of the mult factor so that a multiplication with any value in the given range won't overflow a 64 bit result. Let's rename it to match the actual usage. Signed-off-by: Nicolas Pitre Acked-by: John Stultz LKML-Reference: Signed-off-by: Thomas Gleixner v