From: Sachin Kamat Date: Mon, 27 Jan 2014 06:51:22 +0000 (+0530) Subject: scripts/coccinelle: Use PTR_ERR_OR_ZERO X-Git-Tag: v3.15-rc1~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23a9fa7e81f7df65e0bcf586e028a2db736b9e6;p=pandora-kernel.git scripts/coccinelle: Use PTR_ERR_OR_ZERO PTR_RET is deprecated. Do not recommend its usage anymore. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Sachin Kamat Signed-off-by: Michal Marek --- Reading git-diff-tree failed