Commit 331b828c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

memory: samsung: exynos5422-dmc: Correct white space issues



Remove unneeded blank line and align indentation with open parenthesis.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 90de1c75
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);