projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb3b0a7
)
MLK-11342 cpufreq: imx: remove a duplicated pm notify
author
Bai Ping
<b51503@freescale.com>
Tue, 11 Aug 2015 10:48:03 +0000
(18:48 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:47:19 +0000
(14:47 -0500)
remove a duplicated pm notify.
Signed-off-by: Bai Ping <b51503@freescale.com>
drivers/cpufreq/imx7-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/imx7-cpufreq.c
b/drivers/cpufreq/imx7-cpufreq.c
index
e0e485b
..
670d37c
100644
(file)
--- a/
drivers/cpufreq/imx7-cpufreq.c
+++ b/
drivers/cpufreq/imx7-cpufreq.c
@@
-248,7
+248,6
@@
static int imx7d_cpufreq_probe(struct platform_device *pdev)
register_pm_notifier(&imx7_cpufreq_pm_notifier);
- register_pm_notifier(&imx7_cpufreq_pm_notifier);
of_node_put(np);
return 0;