ARM: OMAP2+: Remove calls to deprecacted marco,PTR_RET in the files,fb.c and pmu.c
authorNicholas Krause <xerofoify@gmail.com>
Sun, 10 May 2015 04:57:34 +0000 (00:57 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 17:43:37 +0000 (10:43 -0700)
This removes two calls to the deprecated marco,PTR_RET in
the files,fb.c and pmu.c for the functions,omap_init_vrfb
and omap_init_pmu respectfully. Furthermore these are now
replaced by calling the correctly non deprecacted function,
PTR_ERR_OR_ZERO in both functions.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found