mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 09:56:46 +07:00
360a10285e
In case of error, the function of_parse_phandle() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should be
replaced with NULL test.
Fixes:
|
||
---|---|---|
.. | ||
imx8mm.c | ||
imx8mn.c | ||
imx8mq.c | ||
imx.c | ||
imx.h | ||
Kconfig | ||
Makefile |