Commit 8ae91d36 authored by Colin Ian King's avatar Colin Ian King Committed by Stephen Boyd
Browse files

clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"



There is a spelling mistake in a pr_err error message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200602121030.39132-1-colin.king@canonical.com


Reviewed-by: default avatarSerge Semin <fancer.lancer@gmail.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 30b23968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ static struct ccu_div_data *ccu_div_create_data(struct device_node *np)
		data->rst_num = ARRAY_SIZE(sys_rst_map);
		data->rst_map = sys_rst_map;
	} else {
		pr_err("Uncompatible DT node '%s' specified\n",
		pr_err("Incompatible DT node '%s' specified\n",
			of_node_full_name(np));
		ret = -EINVAL;
		goto err_kfree_data;