From e44be50cba8b29f373bb8d744e91eaa30c4dd178 Mon Sep 17 00:00:00 2001 From: Nicholas Krause Date: Wed, 20 May 2015 15:32:26 -0400 Subject: [PATCH] mach-omap2: Remove use of deprecated marco, PTR_RET in devices.c This removes the deprecacted marco, PTR_RET and changes the functions that use this marco in their return statement to instead use the non deprecacted function, PTR_ERR_OR_ZERO for the file devices.c. Signed-off-by: Nicholas Krause Signed-off-by: Tony Lindgren --- Reading git-format-patch failed