Commit bf473a268af5d19c3730742a0c4f9aca274843da
Committed by
David S. Miller
1 parent
b54452b07a
Exists in
master
and in
7 other branches
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
drivers/net/depca.c
... | ... | @@ -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; |