Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf473a26 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

depca: remove forgotten needless inicialization

parent b54452b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;