mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 14:16:41 +07:00
06c3bbd3c1
In case of error, the function devm_ioremap_resource() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
shmob_drm_backlight.c | ||
shmob_drm_backlight.h | ||
shmob_drm_crtc.c | ||
shmob_drm_crtc.h | ||
shmob_drm_drv.c | ||
shmob_drm_drv.h | ||
shmob_drm_kms.c | ||
shmob_drm_kms.h | ||
shmob_drm_plane.c | ||
shmob_drm_plane.h | ||
shmob_drm_regs.h |