]> git.karo-electronics.de Git - linux-beck.git/commit
mach-omap2: Remove use of deprecated marco, PTR_RET in devices.c
authorNicholas Krause <xerofoify@gmail.com>
Wed, 20 May 2015 19:32:26 +0000 (15:32 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 20:54:35 +0000 (13:54 -0700)
commite44be50cba8b29f373bb8d744e91eaa30c4dd178
treea267b7b89e628d807c08de0c9e173f64761723e4
parent87a2028f2329b8f091046316ee1910b97d3854b1
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 <xerofoify@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/devices.c