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

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Colin Ian King 2019-09-16 10:12:49 +01:00 committed by Krzysztof Kozlowski
parent 6e7674c3c6
commit 7a5a687ec3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}