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:
|
||
---|---|---|
.. | ||
common | ||
mt2701 | ||
mt8173 | ||
Kconfig | ||
Makefile |