commit | bd8460fa4de46e9d6177af4fe33bf0763a7af4b7 | [log] [tgz] |
---|---|---|
author | Ioana Radulescu <ruxandra.radulescu@nxp.com> | Fri May 24 18:15:16 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun May 26 13:41:33 2019 -0700 |
tree | e7184bf62b4d75b266d6bfd40d2cb985b11c0f8d | |
parent | 5a20a093d965560f632b2ec325f8876918f78165 [diff] |
dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate Use PTR_ERR_OR_ZERO instead of PTR_ERR in cases where zero is a valid input. Reported by smatch. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>