mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 23:22:20 +07:00
f0df2e650e
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:
|
||
---|---|---|
.. | ||
acp3x-i2s.c | ||
acp3x-pcm-dma.c | ||
acp3x.h | ||
chip_offset_byte.h | ||
Makefile | ||
pci-acp3x.c |