1
0
Files
linux/drivers
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
..
2013-10-11 07:31:47 +05:30
2013-10-19 13:14:34 -07:00
2013-10-16 03:17:47 +01:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-10-01 22:06:15 +01:00
2013-10-16 13:22:16 -07:00
2013-09-26 15:33:23 +03:00