commit | fec371f624632bfa6ae4374fdb6f885f9961c42d | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@microchip.com> | Thu Jul 02 12:05:58 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 02 14:22:00 2020 -0700 |
tree | a29c5862e04cfe576802f1b3666479623af34efc | |
parent | 9eb6206d137e86244df95d3244e47c6ff7e2817e [diff] |
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>