From 9832235f3f880ab2e58141885e3b5ed3b158c0fb Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Wed, 19 Mar 2014 12:48:30 +0100 Subject: [PATCH] cpufreq: Do not allow ->setpolicy drivers to provide ->target cpufreq drivers that provide the ->setpolicy() callback are supposed to have integrated governors, so they don't need to set ->target() or ->target_index() and may confuse the core if any of these callbacks is present. For this reason, add a check preventing ->setpolicy cpufreq drivers from registering if they have non-NULL ->target or ->target_index. Signed-off-by: Rafael J. Wysocki Acked-by: Viresh Kumar --- Reading git-format-patch failed