projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90de1c7
)
memory: samsung: exynos5422-dmc: Correct white space issues
author
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 24 Jul 2020 18:23:28 +0000
(20:23 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 27 Jul 2020 09:13:33 +0000
(11:13 +0200)
Remove unneeded blank line and align indentation with open parenthesis.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/memory/samsung/exynos5422-dmc.c
patch
|
blob
|
history
diff --git
a/drivers/memory/samsung/exynos5422-dmc.c
b/drivers/memory/samsung/exynos5422-dmc.c
index 85b31d3de57adc62ea32f9cbeea62cd5690a080b..4312233e8e0af58cbe0a68aaafb801f35e18445e 100644
(file)
--- a/
drivers/memory/samsung/exynos5422-dmc.c
+++ b/
drivers/memory/samsung/exynos5422-dmc.c
@@
-1398,7
+1398,7
@@
static int exynos5_dmc_probe(struct platform_device *pdev)
return PTR_ERR(dmc->base_drexi1);
dmc->clk_regmap = syscon_regmap_lookup_by_phandle(np,
- "samsung,syscon-clk");
+
"samsung,syscon-clk");
if (IS_ERR(dmc->clk_regmap))
return PTR_ERR(dmc->clk_regmap);
@@
-1477,7
+1477,6
@@
static int exynos5_dmc_probe(struct platform_device *pdev)
exynos5_dmc_df_profile.polling_ms = 500;
}
-
dmc->df = devm_devfreq_add_device(dev, &exynos5_dmc_df_profile,
DEVFREQ_GOV_SIMPLE_ONDEMAND,
&dmc->gov_data);