Skip to content
Commit 89ac8d7a authored by Mike Turquette's avatar Mike Turquette
Browse files

clk: handle NULL struct clk gracefully



At some point changes to clk_set_rate and clk_set_parent introduced a
bug whereby NULL struct clk pointers were treated as an error. This is
in violation of the API in include/linux/clk.h. Reintroduce graceful
handling of NULL clk's by bailing from clk_set_rate and clk_set_parent
with return codes of zero.

Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent bddbd134
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment