commit | bea4dbee952ac7a03885646de3247685dabad972 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jan 27 12:15:08 2014 +0530 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Feb 06 10:33:46 2014 +0100 |
tree | d5d3a956351450a956d27cdce398909fed059c6e | |
parent | bdb93c03c5503aba9a6d98d49e543d879d85d0c4 [diff] |
gpio: gpiolib-of: Use PTR_ERR_OR_ZERO PTR_RET is deprecated. Use PTR_ERR_OR_ZERO instead. While at it also include missing err.h header. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>