diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-17 01:07:14 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-05-29 18:30:25 +0200 |
commit | 9ec2749bde1a5827beef5be64bfd5f24992f4ef3 (patch) | |
tree | 5a2fd0a8c08c4da3615fde5006a99e0279f9b55d /drivers/clk/versatile | |
parent | clk: qcom: Support msm8974pro global clock control hardware (diff) | |
download | linux-9ec2749bde1a5827beef5be64bfd5f24992f4ef3.tar.xz linux-9ec2749bde1a5827beef5be64bfd5f24992f4ef3.zip |
clk: qcom: Return error pointers for unimplemented clocks
Not all clocks are implemented but client drivers can still
request them. Currently we will return a NULL pointer to them if
the clock isn't implemented in software but NULL pointers are
valid clock pointers. Return an error pointer so that driver's
don't proceed without a clock they may actually need.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/versatile')
0 files changed, 0 insertions, 0 deletions