From 1f933fa81652efe2069df2565ffdd83f59e99e01 Mon Sep 17 00:00:00 2001 From: Valentina Manea Date: Wed, 23 Oct 2013 10:29:55 +0300 Subject: [PATCH] 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-format-patch failed