diff options
| -rw-r--r-- | drivers/clk/clk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 6b44022753cb..dff0373f53c1 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c | |||
| @@ -2591,7 +2591,7 @@ static int parent_ready(struct device_node *np) | |||
| 2591 | * @matches: array of compatible values and init functions for providers. | 2591 | * @matches: array of compatible values and init functions for providers. |
| 2592 | * | 2592 | * |
| 2593 | * This function scans the device tree for matching clock providers | 2593 | * This function scans the device tree for matching clock providers |
| 2594 | * and calls their initialization functions. It also do it by trying | 2594 | * and calls their initialization functions. It also does it by trying |
| 2595 | * to follow the dependencies. | 2595 | * to follow the dependencies. |
| 2596 | */ | 2596 | */ |
| 2597 | void __init of_clk_init(const struct of_device_id *matches) | 2597 | void __init of_clk_init(const struct of_device_id *matches) |
| @@ -2628,7 +2628,7 @@ void __init of_clk_init(const struct of_device_id *matches) | |||
| 2628 | } | 2628 | } |
| 2629 | 2629 | ||
| 2630 | /* | 2630 | /* |
| 2631 | * We didn't managed to initialize any of the | 2631 | * We didn't manage to initialize any of the |
| 2632 | * remaining providers during the last loop, so now we | 2632 | * remaining providers during the last loop, so now we |
| 2633 | * initialize all the remaining ones unconditionally | 2633 | * initialize all the remaining ones unconditionally |
| 2634 | * in case the clock parent was not mandatory | 2634 | * in case the clock parent was not mandatory |
