linux-stable/drivers/staging/imx-drm
Wei Yongjun ed5d6ca003 staging: drm/imx: fix return value check in ipu_add_subdevice_pdata()
In case of error, the function platform_device_register_data() returns
ERR_PTR() and never returns NULL. The NULL test in the return value check
should be replaced with IS_ERR().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-10-30 10:17:33 -07:00
..
ipu-v3 staging: drm/imx: fix return value check in ipu_add_subdevice_pdata() 2013-10-30 10:17:33 -07:00
imx-drm-core.c staging: drm/imx: fix return value check in imx_drm_init() 2013-10-29 09:05:21 -07:00
imx-drm.h staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
imx-fb.c
imx-fbdev.c
imx-ldb.c staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO 2013-10-27 20:30:27 -07:00
imx-tve.c staging: imx-drm: use true and false for bool variables 2013-10-28 14:26:45 -07:00
ipuv3-crtc.c imx-drm: ipuv3-crtc: Invert IPU DI0 clock polarity 2013-10-29 17:03:40 -07:00
ipuv3-plane.c staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
ipuv3-plane.h staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
Kconfig staging: imx-drm: add missing MFD_SYSCON dependency for LDB 2013-08-02 11:56:54 +08:00
Makefile staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
parallel-display.c imx-drm: parallel-display: Add MODULE_ALIAS() 2013-08-19 15:38:03 -07:00
TODO staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00