From ab0c069ab59aba0dd21b3e52e81a88f2c21e4448 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Mon, 27 Jan 2014 12:17:05 +0530 Subject: [PATCH] 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-format-patch failed