commit | c7662fc59ca38517e0ec04ceaa123ed8209ab6bf | [log] [tgz] |
---|---|---|
author | Stanimir Varbanov <svarbanov@mm-sol.com> | Mon Jan 05 18:04:23 2015 +0200 |
committer | Michael Turquette <mturquette@linaro.org> | Sat Jan 17 11:33:57 2015 -0800 |
tree | 1558b888ae88613c645fdc15eecbe253492618d3 | |
parent | 176a107b868781c8d6868454aea7d07e0b82d6b8 [diff] |
clk: fix possible null pointer dereference 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 <svarbanov@mm-sol.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>