mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
677c577e17
In case of error, the function nvmem_cell_read() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-sunplus-usb2.c |