From: Alexander Clouter Date: Wed, 22 Mar 2006 10:00:18 +0000 (+0000) Subject: [PATCH] cpufreq_conservative: alternative initialise approach X-Git-Tag: v2.6.17-rc1~207^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a159b82770ab84e1b5e0306fa65e158188492b16;p=pandora-kernel.git [PATCH] cpufreq_conservative: alternative initialise approach Venki, author of cpufreq_ondemand, came up with a neater way to remove the initialiser code from the main loop of my code and out to the point when the governor is actually initialised. Not only does it look but it also feels cleaner, plus its simpler to understand. It also saves a bunch of pointless conditional statements in the main loop. Signed-off-by: Alexander Clouter Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed