net: dsa: don't unmask port bitmaps
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Mon, 23 Oct 2017 18:17:31 +0000 (14:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Oct 2017 08:05:04 +0000 (17:05 +0900)
commiteaac97466ee4e0ab6ed67afbf9fc400862e64986
treef2e7f6bb100b80fe2784825f7d50cc1955e86fd1
parent8e8ef50bb4246d6fee9971994a6d846d9bc7ff4c
net: dsa: don't unmask port bitmaps

The unapply functions are called on the error path.

As for dsa_port_mask, enabled_port_mask and cpu_port_mask won't be used
after so there's no need to unmask the corresponding port bit from them.

This makes dsa_cpu_port_unapply() and dsa_dsa_port_unapply() identical,
which can be factorized later.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/dsa2.c