commit | d1dddbfb2af66fbe38655a738134997d97a9888d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 22 21:33:29 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Feb 26 18:26:57 2025 +0100 |
tree | d74017635b6aa4fb67bc186fcdc887cf77200d5f | |
parent | b6c2c383cdc3c958b6eb072a355759c9e76e427d [diff] |
net: miiphybb: Drop name field from struct bb_miiphy_bus The struct bb_miiphy_bus embeds struct struct mii_dev, which already contains one copy of name field. Drop the duplicate top level copy of name field. The a38x code does static assignment of disparate names, use snprintf(...) to fill in matching name in probe to avoid any breakage. Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>