lkml.org 
[lkml]   [2023]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH net-next 15/15] net: dsa: mt7530: do not clear config->supported_interfaces
    Date
    There's no need to clear the config->supported_interfaces bitmap before
    reporting the supported interfaces as all bits in the bitmap will already
    be initialized to zero when the phylink_config structure is allocated.
    There's no code that would change the bitmap beforehand. Remove it.

    Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
    Acked-by: Daniel Golle <daniel@makrotopia.org>
    ---
    drivers/net/dsa/mt7530.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/net/dsa/mt7530.c b/drivers/net/dsa/mt7530.c
    index ca42005ff3a9..20ae147b823e 100644
    --- a/drivers/net/dsa/mt7530.c
    +++ b/drivers/net/dsa/mt7530.c
    @@ -2558,8 +2558,6 @@ static void mt7531_mac_port_get_caps(struct dsa_switch *ds, int port,
    static void mt7988_mac_port_get_caps(struct dsa_switch *ds, int port,
    struct phylink_config *config)
    {
    - phy_interface_zero(config->supported_interfaces);
    -
    switch (port) {
    /* Internal PHY */
    case 0 ... 3:
    --
    2.40.1
    \
     
     \ /
      Last update: 2023-11-20 14:04    [W:8.039 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site