]> git.karo-electronics.de Git - linux-beck.git/commit
sh_veu: Replace PTR_RET with PTR_ERR_OR_ZERO
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 15 Jul 2013 10:27:07 +0000 (15:57 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 16 Jul 2013 06:36:01 +0000 (16:06 +0930)
commit627df4bc9537b13e17086deef1c92326d2b92fd4
treee68a42452a9f67e2b04c2372880bae4d327c7439
parent28ce42013c55339a35c669e534fc1200f42253d7
sh_veu: Replace PTR_RET with PTR_ERR_OR_ZERO

PTR_RET is now deprecated. Use PTR_ERR_OR_ZERO instead.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/media/platform/sh_veu.c