Message ID | 769d269c-126f-477e-a046-d00dcf918829@web.de (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | clk: ti: Adjustments for eight function implementations | expand |
diff --git a/drivers/clk/ti/mux.c b/drivers/clk/ti/mux.c index 1ebafa386be6..ab1205fa40d6 100644 --- a/drivers/clk/ti/mux.c +++ b/drivers/clk/ti/mux.c @@ -182,7 +182,7 @@ static void of_mux_clk_setup(struct device_node *node) } parent_names = kzalloc((sizeof(char *) * num_parents), GFP_KERNEL); if (!parent_names) - goto cleanup; + return; of_clk_parent_fill(node, parent_names, num_parents);