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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue