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)
|
static void SetMulticastFilter(struct net_device *dev)
|
||||||
{
|
{
|
||||||
struct depca_private *lp = netdev_priv(dev);
|
struct depca_private *lp = netdev_priv(dev);
|
||||||
struct dev_mc_list *dmi = dev->mc_list;
|
struct dev_mc_list *dmi;
|
||||||
char *addrs;
|
char *addrs;
|
||||||
int i, j, bit, byte;
|
int i, j, bit, byte;
|
||||||
u16 hashcode;
|
u16 hashcode;
|
||||||
|
|
Loading…
Reference in New Issue