From: Nicolas Pitre Date: Tue, 11 Jan 2011 17:18:12 +0000 (-0500) Subject: time: Rename misnamed minsec argument of clocks_calc_mult_shift() X-Git-Tag: v2.6.38-rc1~37^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdade95f26372154459347dfb9f60721d22cfc7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed