From: Sachin Kamat Date: Mon, 15 Jul 2013 10:13:32 +0000 (+0530) Subject: drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO X-Git-Tag: v3.12-rc1~146^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac30a9843f8a6007e9d25cad2b5735679041397;p=pandora-kernel.git drivers/rtc: Replace PTR_RET with PTR_ERR_OR_ZERO PTR_RET is now deprecated. Use PTR_ERR_OR_ZERO instead. Signed-off-by: Sachin Kamat Signed-off-by: Rusty Russell --- Reading git-diff-tree failed