From: Thomas Renninger Date: Fri, 16 Dec 2011 14:35:54 +0000 (+0100) Subject: cpupower: Remove unneeded code and by that fix a memleak X-Git-Tag: v3.4-rc1~37^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c6082daeb982df70f00bbb122fed66f7f57c3e;p=pandora-kernel.git cpupower: Remove unneeded code and by that fix a memleak Looks like some not needed debug code slipped in. Also this code: tmp = sysfs_get_idlestate_name(cpu, idlestates - 1); performs a strdup and the mem was not freed again. -> delete it. Signed-off-by: Thomas Renninger Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed