|
@@ -665,7 +665,7 @@ static int cdce925_probe(struct i2c_client *client,
|
|
init.ops = &cdce925_pll_ops;
|
|
init.ops = &cdce925_pll_ops;
|
|
init.flags = 0;
|
|
init.flags = 0;
|
|
init.parent_names = &parent_name;
|
|
init.parent_names = &parent_name;
|
|
- init.num_parents = parent_name ? 1 : 0;
|
|
|
|
|
|
+ init.num_parents = 1;
|
|
|
|
|
|
/* Register PLL clocks */
|
|
/* Register PLL clocks */
|
|
for (i = 0; i < data->chip_info->num_plls; ++i) {
|
|
for (i = 0; i < data->chip_info->num_plls; ++i) {
|