commit | dac30a9843f8a6007e9d25cad2b5735679041397 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jul 15 15:43:32 2013 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 16 16:06:00 2013 +0930 |
tree | 402bfeed65b13cc1bead421b58a442ae82fa0924 | |
parent | 6b4f2b56a48c8ea9775bd2b29681725d4474367a [diff] |
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 <sachin.kamat@linaro.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>