Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336472
b: refs/heads/master
c: cdfed3b
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Mike Turquette committed Oct 29, 2012
1 parent 32fb9e6 commit cad13bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f896ac0be9a0c7739033ef1f8821223f4a6a908
refs/heads/master: cdfed3b21f10ecd1566c7d5b8d40f05b18d52bda
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-fixed-rate.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void __init of_fixed_clk_setup(struct device_node *node)
of_property_read_string(node, "clock-output-names", &clk_name);

clk = clk_register_fixed_rate(NULL, clk_name, NULL, CLK_IS_ROOT, rate);
if (clk)
if (!IS_ERR(clk))
of_clk_add_provider(node, of_clk_src_simple_get, clk);
}
EXPORT_SYMBOL_GPL(of_fixed_clk_setup);
Expand Down

0 comments on commit cad13bf

Please sign in to comment.