From: Sachin Kamat Date: Mon, 27 Jan 2014 06:47:05 +0000 (+0530) Subject: staging: ion: Use PTR_ERR_OR_ZERO X-Git-Tag: v3.15-rc1~139^2~1231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0c069ab59aba0dd21b3e52e81a88f2c21e4448;p=pandora-kernel.git staging: ion: Use PTR_ERR_OR_ZERO PTR_RET is deprecated. Use PTR_ERR_OR_ZERO instead. While at it also use PTR_ERR_OR_ZERO in ion.c to simplify the code. Signed-off-by: Sachin Kamat Cc: John Stultz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed