mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
1e74de30e0
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(). Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> |
||
---|---|---|
.. | ||
core.c | ||
dummyspichip.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
regulator.c | ||
timer.c |