In case of error, the function syscon_node_to_regmap() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
mt2701-afe-clock-ctrl.c | ||
mt2701-afe-clock-ctrl.h | ||
mt2701-afe-common.h | ||
mt2701-afe-pcm.c | ||
mt2701-cs42448.c | ||
mt2701-reg.h | ||
mt2701-wm8960.c |