Commit bf473a268af5d19c3730742a0c4f9aca274843da

Authored by Jiri Pirko
Committed by David S. Miller
1 parent b54452b07a

depca: remove forgotten needless inicialization

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1272,7 +1272,7 @@
1272 1272 static void SetMulticastFilter(struct net_device *dev)
1273 1273 {
1274 1274 struct depca_private *lp = netdev_priv(dev);
1275   - struct dev_mc_list *dmi = dev->mc_list;
  1275 + struct dev_mc_list *dmi;
1276 1276 char *addrs;
1277 1277 int i, j, bit, byte;
1278 1278 u16 hashcode;