From: Stratos Karafotis Date: Fri, 18 Jul 2014 15:37:18 +0000 (-0700) Subject: cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call X-Git-Tag: cleanup-for-v3.18~101^2~5^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa30dff9a81ea9fdc2e985a14fe14ce6393a3214;p=pandora-kernel.git cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call div_s64() accepts the divisor parameter as s32. Helper div_fp() also accepts divisor as int32_t. So, remove the unnecessary int64_t type casting. Signed-off-by: Stratos Karafotis Signed-off-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed