Re: [PATCH] clk: fix possible null pointer dereference

2015-01-17 Thread Mike Turquette
Quoting Stephen Boyd (2015-01-05 11:34:32) > On 01/05/2015 08:04 AM, Stanimir Varbanov wrote: > > The commit 646cafc6 (clk: Change clk_ops->determine_rate to > > return a clk_hw as the best parent) opens a possibility for > > null pointer dereference, fix this. > > > > Signed-off-by: Stanimir

Re: [PATCH] clk: fix possible null pointer dereference

2015-01-17 Thread Mike Turquette
Quoting Stephen Boyd (2015-01-05 11:34:32) On 01/05/2015 08:04 AM, Stanimir Varbanov wrote: The commit 646cafc6 (clk: Change clk_ops-determine_rate to return a clk_hw as the best parent) opens a possibility for null pointer dereference, fix this. Signed-off-by: Stanimir Varbanov

Re: [PATCH] clk: fix possible null pointer dereference

2015-01-05 Thread Stephen Boyd
On 01/05/2015 08:04 AM, Stanimir Varbanov wrote: > The commit 646cafc6 (clk: Change clk_ops->determine_rate to > return a clk_hw as the best parent) opens a possibility for > null pointer dereference, fix this. > > Signed-off-by: Stanimir Varbanov Yep. Hopefully we can clean this all up soon.

[PATCH] clk: fix possible null pointer dereference

2015-01-05 Thread Stanimir Varbanov
The commit 646cafc6 (clk: Change clk_ops->determine_rate to return a clk_hw as the best parent) opens a possibility for null pointer dereference, fix this. Signed-off-by: Stanimir Varbanov --- drivers/clk/clk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] clk: fix possible null pointer dereference

2015-01-05 Thread Stephen Boyd
On 01/05/2015 08:04 AM, Stanimir Varbanov wrote: The commit 646cafc6 (clk: Change clk_ops-determine_rate to return a clk_hw as the best parent) opens a possibility for null pointer dereference, fix this. Signed-off-by: Stanimir Varbanov svarba...@mm-sol.com Yep. Hopefully we can clean this

[PATCH] clk: fix possible null pointer dereference

2015-01-05 Thread Stanimir Varbanov
The commit 646cafc6 (clk: Change clk_ops-determine_rate to return a clk_hw as the best parent) opens a possibility for null pointer dereference, fix this. Signed-off-by: Stanimir Varbanov svarba...@mm-sol.com --- drivers/clk/clk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff