forked from Minki/linux
e1000: correct wrong coding style for "else"
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
295fae5688
commit
10886af54a
@ -2170,8 +2170,7 @@ static void e1000_set_rx_mode(struct net_device *netdev)
|
|||||||
hash_bit = hash_value & 0x1F;
|
hash_bit = hash_value & 0x1F;
|
||||||
mta = (1 << hash_bit);
|
mta = (1 << hash_bit);
|
||||||
mcarray[hash_reg] |= mta;
|
mcarray[hash_reg] |= mta;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
e1000_rar_set(hw, mc_ptr->da_addr, i++);
|
e1000_rar_set(hw, mc_ptr->da_addr, i++);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user