diff options
author | Sean Anderson <[email protected]> | 2021-10-22 11:59:14 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-24 13:40:33 +0100 |
commit | 65aa371ea52a92dd10826a2ea74bd2c395ee90a8 (patch) | |
tree | 8394c91a8882190b32bb9f77840c052cb0b67aec /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | c8fb89a7a7d117fc1e2cbce6f0d3fd58008878fe (diff) |
net: Convert more users of mdiobus_* to mdiodev_*
This converts users of mdiobus to mdiodev using the following semantic
patch:
@@
identifier mdiodev;
expression regnum;
@@
- mdiobus_read(mdiodev->bus, mdiodev->addr, regnum)
+ mdiodev_read(mdiodev, regnum)
@@
identifier mdiodev;
expression regnum, val;
@@
- mdiobus_write(mdiodev->bus, mdiodev->addr, regnum, val)
+ mdiodev_write(mdiodev, regnum, val)
Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions