Commit 7a5a687e authored by Colin Ian King's avatar Colin Ian King Committed by Krzysztof Kozlowski
Browse files

memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could"



There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 6e7674c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1078,7 +1078,7 @@ static int exynos5_performance_counters_init(struct exynos5_dmc *dmc)
	ret = exynos5_counters_set_event(dmc);
	if (ret < 0) {
		exynos5_counters_disable_edev(dmc);
		dev_err(dmc->dev, "counld not set event counter\n");
		dev_err(dmc->dev, "could not set event counter\n");
		return ret;
	}