From: Valentina Manea Date: Wed, 23 Oct 2013 07:29:55 +0000 (+0300) Subject: staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f933fa81652efe2069df2565ffdd83f59e99e01;p=pandora-kernel.git staging: drm/imx: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO This patch fixes coccinelle error regarding usage of IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. Signed-off-by: Valentina Manea Reviewed-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed