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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment