commit | 27d79f3b1071b2a2d58443a130e92c381c838e5d | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jan 27 12:13:57 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 27 12:57:31 2014 -0800 |
tree | e8edaf10fbef83022aea486677d27ab01ae3119f | |
parent | c88460b778089525fbcf60b839b8db714406d119 [diff] |
net: ipv4: 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: David S. Miller <davem@davemloft.net>