Re: [PATCH v9 2/2] clk: Add (devm_)clk_get_optional() functions
From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-02-06 18:34:43
From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-02-06 18:34:43
Quoting Phil Edworthy (2018-12-03 03:13:09)
This adds clk_get_optional() and devm_clk_get_optional() functions to get optional clocks. They behave the same as (devm_)clk_get() except where there is no clock producer. In this case, instead of returning -ENOENT, the function returns NULL. This makes error checking simpler and allows clk_prepare_enable, etc to be called on the returned reference without additional checks. Signed-off-by: Phil Edworthy <redacted> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> ---
Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel