projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4964027
)
cpufreq: tegra20: Clean up whitespaces in the code
author
Dmitry Osipenko
<
[email protected]
>
Fri, 18 May 2018 20:06:33 +0000
(23:06 +0300)
committer
Rafael J. Wysocki
<
[email protected]
>
Mon, 21 May 2018 11:44:24 +0000
(13:44 +0200)
Remove unneeded blank line and replace whitespaces with a tab in the code
for consistency.
Signed-off-by: Dmitry Osipenko <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Acked-by: Thierry Reding <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/tegra20-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/tegra20-cpufreq.c
b/drivers/cpufreq/tegra20-cpufreq.c
index 10793498355eb0c8e637d34c4b07ecc6ba26075b..dd8a76a64a8ee0f029099df13db3146ea15815ed 100644
(file)
--- a/
drivers/cpufreq/tegra20-cpufreq.c
+++ b/
drivers/cpufreq/tegra20-cpufreq.c
@@
-203,12
+203,11
@@
static int __init tegra_cpufreq_init(void)
static void __exit tegra_cpufreq_exit(void)
{
-
cpufreq_unregister_driver(&tegra_cpufreq_driver);
+ cpufreq_unregister_driver(&tegra_cpufreq_driver);
clk_put(emc_clk);
clk_put(cpu_clk);
}
-
MODULE_AUTHOR("Colin Cross <
[email protected]
>");
MODULE_DESCRIPTION("NVIDIA Tegra20 cpufreq driver");
MODULE_LICENSE("GPL");