mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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 | ||