Commit fe2fd5cc authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Jiri Kosina

clk: fixed-factor: Fix a trivial typo

Just a trivial print message typo fix.
Signed-off-by: default avatarEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 08b7e107
......@@ -115,7 +115,7 @@ void __init of_fixed_factor_clk_setup(struct device_node *node)
}
if (of_property_read_u32(node, "clock-mult", &mult)) {
pr_err("%s Fixed factor clock <%s> must have a clokc-mult property\n",
pr_err("%s Fixed factor clock <%s> must have a clock-mult property\n",
__func__, node->name);
return;
}
......
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