Skip to content

Commit

Permalink
clk: fixed-factor: Fix a trivial typo
Browse files Browse the repository at this point in the history
Just a trivial print message typo fix.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Ezequiel Garcia authored and Jiri Kosina committed Oct 14, 2013
1 parent 08b7e10 commit fe2fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/clk-fixed-factor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fe2fd5c

Please sign in to comment.