diff options
author | Ruan Jinjie <[email protected]> | 2023-08-18 15:07:07 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-20 15:13:27 +0100 |
commit | 294f48e9b234415cbd8cc4e233d5fbd41e961148 (patch) | |
tree | a6ddcfd51cb1d1f10394782a1071c7d39ff6dd09 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | acf50d1adbf440a01fc9cca16e80dde3da3eccab (diff) |
net: lan743x: Return PTR_ERR() for fixed_phy_register()
fixed_phy_register() returns -EPROBE_DEFER, -EINVAL and -EBUSY,
etc, in addition to -EIO. The Best practice is to return these
error codes with PTR_ERR().
Signed-off-by: Ruan Jinjie <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions