Skip to content

Commit

Permalink
net: dsa: microchip: remove unused sgmii variable
Browse files Browse the repository at this point in the history
This variable is not used. So, remove it.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Oleksij Rempel authored and David S. Miller committed Aug 31, 2022
1 parent 7d39143 commit e7f6952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions drivers/net/dsa/microchip/ksz9477.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,12 +1075,7 @@ void ksz9477_config_cpu_port(struct dsa_switch *ds)
for (i = 0; i < dev->info->port_cnt; i++) {
if (i == dev->cpu_port)
continue;
p = &dev->ports[i];

ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED);
if (dev->chip_id == 0x00947700 && i == 6) {
p->sgmii = 1;
}
}
}

Expand Down
1 change: 0 additions & 1 deletion drivers/net/dsa/microchip/ksz_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ struct ksz_port {

u32 on:1; /* port is not disabled by hardware */
u32 fiber:1; /* port is fiber */
u32 sgmii:1; /* port is SGMII */
u32 force:1;
u32 read:1; /* read MIB counters in background */
u32 freeze:1; /* MIB counter freeze is enabled */
Expand Down

0 comments on commit e7f6952

Please sign in to comment.