net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 2 Mar 2025 01:24:44 +0000 (02:24 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 11 Mar 2025 22:05:57 +0000 (23:05 +0100)
commitc5318bdcf80965fddccf68146c7838816aedb154
tree13c10eab9e7c685ea1119594484f093def3c3375
parent3374d3783a575db7dd2dc9f2f74b7523e547b130
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>
board/gdsys/a38x/ihs_phys.c
drivers/net/designware.c
drivers/net/phy/miiphybb.c
drivers/net/ravb.c
drivers/net/sh_eth.c
include/miiphy.h