staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
authorValentina Manea <valentina.manea.m@gmail.com>
Wed, 23 Oct 2013 07:29:55 +0000 (10:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 03:30:27 +0000 (20:30 -0700)
This patch fixes coccinelle error regarding usage of IS_ERR and
PTR_ERR instead of PTR_ERR_OR_ZERO.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found