commit | e98a3aabf85f60b80c6ef93e509d38144ca434b1 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Tue May 03 23:14:41 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed May 04 16:14:19 2016 -0400 |
tree | 9a6cd126ccfde25d06e8c96031f8b200f8080492 | |
parent | 4d659fcb20d3d3302b429c889a73a92ff2804b9a [diff] |
mdio_bus: don't return NULL from mdiobus_scan() I've finally noticed that mdiobus_scan() also returns either NULL or error value on failure. Return ERR_PTR(-ENODEV) instead of NULL since this is the error value already filtered out by the callers that want to ignore the MDIO address scan failure... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>