linux/drivers/staging/imx-drm/ipu-v3
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
..
Makefile staging: drm/imx: add i.MX IPUv3 base driver 2012-09-21 09:17:06 -07:00
imx-ipu-v3.h staging: drm/imx: make waiting for idle channel optional 2013-10-11 15:30:33 -07:00
ipu-common.c staging: drm/imx: fix return value check in ipu_add_subdevice_pdata() 2013-10-30 10:17:33 -07:00
ipu-dc.c staging: imx-drm: use true and false for bool variables 2013-10-28 14:26:45 -07:00
ipu-di.c imx-drm: ipu-di: Check the return value from clk_prepare_enable() 2013-08-19 15:38:02 -07:00
ipu-dmfc.c staging: drm/imx: also allow to allocate only 2 DMFC slots for DP full plane 2013-10-11 15:30:32 -07:00
ipu-dp.c staging: imx-drm: use true and false for bool variables 2013-10-28 14:26:45 -07:00
ipu-prv.h staging: drm/imx: convert IPU irq driver to irq_domain_add_linear 2013-06-24 16:00:08 -07:00