net: dsa: microchip: ksz9477: remove unused "on" variable
This variable is not used on ksz9477 side. 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>
This commit is contained in:
parent
6aaa8e7d20
commit
7d39143449
@ -1069,7 +1069,6 @@ void ksz9477_config_cpu_port(struct dsa_switch *ds)
|
|||||||
|
|
||||||
/* enable cpu port */
|
/* enable cpu port */
|
||||||
ksz9477_port_setup(dev, i, true);
|
ksz9477_port_setup(dev, i, true);
|
||||||
p->on = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1079,7 +1078,6 @@ void ksz9477_config_cpu_port(struct dsa_switch *ds)
|
|||||||
p = &dev->ports[i];
|
p = &dev->ports[i];
|
||||||
|
|
||||||
ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED);
|
ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED);
|
||||||
p->on = 1;
|
|
||||||
if (dev->chip_id == 0x00947700 && i == 6) {
|
if (dev->chip_id == 0x00947700 && i == 6) {
|
||||||
p->sgmii = 1;
|
p->sgmii = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user