diff options
author | Florian Fainelli <[email protected]> | 2017-12-14 15:57:58 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-12-15 13:50:49 -0500 |
commit | 024778095aa340960fdfd7f7db293290454fbce2 (patch) | |
tree | 79afc628f826cb760d3affcf2f208d0a4df22eed /tools/perf/scripts/python/stackcollapse.py | |
parent | 245d21190aec547c0de64f70c0e6de871c185a24 (diff) |
net: phy: phylink: Handle NULL fwnode_handle
Unlike the various of_* routines to fetch properties, fwnode_* routines can
have an early check against a NULL fwnode_handle reference which makes them
return -EINVAL (see fwnode_call_int_op), thus making it virtually impossible to
differentiate what type of error is going on.
Have an early check in phylink_register_sfp() so we can keep proceeding with
the initialization, there is not much we can do without a valid fwnode_handle
except return early and treat this similarly to -ENOENT.
Fixes: 8fa7b9b6af25 ("phylink: convert to fwnode")
Signed-off-by: Florian Fainelli <[email protected]>
Acked-by: Russell King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions