From: Sudeep KarkadaNagesha Date: Tue, 10 Sep 2013 17:59:46 +0000 (+0100) Subject: cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 device X-Git-Tag: v3.12-rc2~7^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1825b25309264bf2d1275a8da9c997bca39b0d8;p=pandora-kernel.git cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 device Commit f837a9b5ab05c52a07108c6f09ca66f2e0aee757 "cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodes" assumed the pdev->dev is set to cpu0 device in the platform code. But it actually points to the virtual cpufreq-cpu0 platform device which is not present in the device tree. Most of the information needed by cpufreq is stored in cpu0 DT node. So cpu_dev must point to cpu0 device. This patch fixes the wrong assignment to cpu_dev. Reported-and-tested-by: Guennadi Liakhovetski Cc: Shawn Guo Signed-off-by: Sudeep KarkadaNagesha Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed