Re: [PATCH net-next v2 2/7] net: dsa: mv88e6xxx: pass directly chip structure to mv88e6xxx_phy_is_internal

From: Florian Fainelli
Date: Fri May 19 2023 - 22:54:23 EST




On 5/19/2023 7:12 AM, alexis.lothore@xxxxxxxxxxx wrote:
From: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>

Since this function is a simple helper, we do not need to pass a full
dsa_switch structure, we can directly pass the mv88e6xxx_chip structure.
Doing so will allow to share this function with any other function
not manipulating dsa_switch structure but needing info about number of
internal phys

Signed-off-by: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian