Merge branch 'clk-fixes' into clk-next

このコミットが含まれているのは:
Mike Turquette
2014-09-17 11:47:56 -07:00
コミット a52ae5a755
7個のファイルの変更24行の追加10行の削除

ファイルの表示

@@ -447,7 +447,7 @@ void __init of_at91sam9260_clk_slow_setup(struct device_node *np,
int i;
num_parents = of_count_phandle_with_args(np, "clocks", "#clock-cells");
if (num_parents <= 0 || num_parents > 1)
if (num_parents != 2)
return;
for (i = 0; i < num_parents; ++i) {