commit | 65867d313073c7a36b96c049c7850b839a7bbf66 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sun Mar 02 02:24:44 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Mar 11 23:05:57 2025 +0100 |
tree | 13c10eab9e7c685ea1119594484f093def3c3375 | |
parent | 5814ed49b62347750ba339ce35d42ea1884b9aff [diff] |
net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write() The access to struct bb_miiphy_bus_ops via ops pointer in struct bb_miiphy_bus is not necessary with wrappers added in previous patch. Pass the ops pointer directly to both bb_miiphy_read() and bb_miiphy_write() functions. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>