We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90de1c7 commit 331b828Copy full SHA for 331b828
drivers/memory/samsung/exynos5422-dmc.c
@@ -1398,7 +1398,7 @@ static int exynos5_dmc_probe(struct platform_device *pdev)
1398
return PTR_ERR(dmc->base_drexi1);
1399
1400
dmc->clk_regmap = syscon_regmap_lookup_by_phandle(np,
1401
- "samsung,syscon-clk");
+ "samsung,syscon-clk");
1402
if (IS_ERR(dmc->clk_regmap))
1403
return PTR_ERR(dmc->clk_regmap);
1404
@@ -1477,7 +1477,6 @@ static int exynos5_dmc_probe(struct platform_device *pdev)
1477
exynos5_dmc_df_profile.polling_ms = 500;
1478
}
1479
1480
-
1481
dmc->df = devm_devfreq_add_device(dev, &exynos5_dmc_df_profile,
1482
DEVFREQ_GOV_SIMPLE_ONDEMAND,
1483
&dmc->gov_data);
0 commit comments