projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ebdda
)
[CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINT
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 23 Jan 2012 10:51:51 +0000
(10:51 +0000)
committer
Dave Jones
<davej@redhat.com>
Thu, 1 Mar 2012 03:24:38 +0000
(22:24 -0500)
We don't have any of the other code for VDDINT, including the variable
declaration, so don't try to get it as we can't build.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/s3c64xx-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/s3c64xx-cpufreq.c
b/drivers/cpufreq/s3c64xx-cpufreq.c
index a5e72cb5f53cf708706a99b1d98ed983e629a81c..6f9490b3c356278e7ec22f6027250a403ef42eca 100644
(file)
--- a/
drivers/cpufreq/s3c64xx-cpufreq.c
+++ b/
drivers/cpufreq/s3c64xx-cpufreq.c
@@
-217,13
+217,6
@@
static int s3c64xx_cpufreq_driver_init(struct cpufreq_policy *policy)
} else {
s3c64xx_cpufreq_config_regulator();
}
-
- vddint = regulator_get(NULL, "vddint");
- if (IS_ERR(vddint)) {
- ret = PTR_ERR(vddint);
- pr_err("Failed to obtain VDDINT: %d\n", ret);
- vddint = NULL;
- }
#endif
freq = s3c64xx_freq_table;