net: macb: do not set again bit 0 of queue_mask
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Thu, 2 Jul 2020 09:05:58 +0000 (12:05 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jul 2020 21:22:00 +0000 (14:22 -0700)
commitfec371f624632bfa6ae4374fdb6f885f9961c42d
treea29c5862e04cfe576802f1b3666479623af34efc
parent9eb6206d137e86244df95d3244e47c6ff7e2817e
net: macb: do not set again bit 0 of queue_mask

Bit 0 of queue_mask is set at the beginning of
macb_probe_queues() function. Do not set it again after reading
DGFG6 but instead use "|=" operator.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_main.c