mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 08:05:27 +08:00
depca: remove forgotten needless inicialization
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b54452b07a
commit
bf473a268a
@ -1272,7 +1272,7 @@ static void set_multicast_list(struct net_device *dev)
|
||||
static void SetMulticastFilter(struct net_device *dev)
|
||||
{
|
||||
struct depca_private *lp = netdev_priv(dev);
|
||||
struct dev_mc_list *dmi = dev->mc_list;
|
||||
struct dev_mc_list *dmi;
|
||||
char *addrs;
|
||||
int i, j, bit, byte;
|
||||
u16 hashcode;
|
||||
|
Loading…
Reference in New Issue
Block a user