Re: [PATCH net-next 04/12] net: dsa: bcm_sf2: Defer port enabling to calling port_enable
From: Vivien Didelot <hidden> Date: 2017-09-18 21:57:58
Florian Fainelli [off-list ref] writes:
There is no need to configure the enabled ports once in bcm_sf2_sw_setup() and
then a second time around when dsa_switch_ops::port_enable is called, just do
it when port_enable is called which is better in terms of power consumption and
correctness.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>