mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
b4dc97ab0a
In case of error, the function devm_ioremap() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value
check should be replaced with NULL test.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
sparx5_serdes.c | ||
sparx5_serdes.h | ||
sparx5_serdes_regs.h |