From: Kees Cook Date: Wed, 4 May 2011 15:38:56 +0000 (-0700) Subject: [CPUFREQ] remove redundant sprintf from request_module call. X-Git-Tag: v3.0-rc1~418^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8e1463a49aaa452da1cefe184a00d4df47f1ef;p=pandora-kernel.git [CPUFREQ] remove redundant sprintf from request_module call. Since format string handling is part of request_module, there is no need to construct the module name. As such, drop the redundant sprintf and heap usage. Signed-off-by: Kees Cook Signed-off-by: Dave Jones --- Reading git-diff-tree failed