From: Viresh Kumar Date: Thu, 3 Oct 2013 14:59:16 +0000 (+0530) Subject: cpufreq: loongson2: use cpufreq_generic_init() X-Git-Tag: v3.13-rc1~96^2~12^2~4^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b2da585f286ffa86cd24c0df1c1440d9dae19f;p=pandora-kernel.git cpufreq: loongson2: use cpufreq_generic_init() Use generic cpufreq_generic_init() routine instead of replicating the same code here. This driver wasn't setting transition_latency and so is getting set to 0 by default. Lets mark it explicitly by calling the generic routine with transition_latency as 0. Signed-off-by: Viresh Kumar Acked-by: Aaro Koskinen Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed