422650e65a
A recent discussion on linux-arm-kernel noted that the value returned by clk_get_sys is an opaque token, and not strictly a pointer; it is meaningful only to the clock API, clients should not dereference the value, and the clock API must accept any non-IS_ERR value it returned. Hence, only IS_ERR is appropriate to interpret the result, not IS_ERR_OR_NULL. I checked that clk_get_sys in both ASoC's for-next and Tegra's for-next do behave as described; NULL is not returned in the case of error. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> |
||
---|---|---|
.. | ||
harmony.c | ||
Kconfig | ||
Makefile | ||
tegra_asoc_utils.c | ||
tegra_asoc_utils.h | ||
tegra_das.c | ||
tegra_das.h | ||
tegra_i2s.c | ||
tegra_i2s.h | ||
tegra_pcm.c | ||
tegra_pcm.h |