mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 | ||