Re: [PATCH v9 1/3] clk: Remove unneeded NULL checks

2015-01-19 Thread Stephen Boyd
On 01/19/2015 09:20 AM, Tomeu Vizoso wrote: > As clk_unprepare_unused_subtree and clk_disable_unused_subtree are > always called with a valid struct clk. > > Signed-off-by: Tomeu Vizoso Reviewed-by: Stephen Boyd thanks. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a L

[PATCH v9 1/3] clk: Remove unneeded NULL checks

2015-01-19 Thread Tomeu Vizoso
As clk_unprepare_unused_subtree and clk_disable_unused_subtree are always called with a valid struct clk. Signed-off-by: Tomeu Vizoso --- drivers/clk/clk.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index f4963b7..97f3425 100644 --- a/driver