Re: [PATCH net-next 11/16] net: dsa: mv88e6xxx: silently skip PVT ops

2019-10-20 Thread Florian Fainelli
On 10/19/2019 8:19 PM, Vivien Didelot wrote: > Since mv88e6xxx_pvt_map is a static helper, no need to return > -EOPNOTSUPP if the chip has no PVT, simply silently skip the operation. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 11/16] net: dsa: mv88e6xxx: silently skip PVT ops

2019-10-19 Thread Vivien Didelot
Since mv88e6xxx_pvt_map is a static helper, no need to return -EOPNOTSUPP if the chip has no PVT, simply silently skip the operation. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/chip.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git