]> git.hungrycats.org Git - linux/commitdiff
[SK98LIN]: Kill dangling netdev->last_stats reference.
authorDavid S. Miller <davem@nuts.davemloft.net>
Sun, 12 Sep 2004 10:28:24 +0000 (03:28 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Sun, 12 Sep 2004 10:28:24 +0000 (03:28 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sk98lin/skge.c

index 74a1aa3ad61d03bbb7e0bbf3ced5b8160d499b02..6cb5342a40acdc6a0463338c4bd6b85b8d3036d1 100644 (file)
@@ -5036,7 +5036,6 @@ static int __devinit skge_probe_one(struct pci_dev *pdev,
                dev->stop               = &SkGeClose;
                dev->hard_start_xmit    = &SkGeXmit;
                dev->get_stats          = &SkGeStats;
-               dev->last_stats         = &SkGeStats;
                dev->set_multicast_list = &SkGeSetRxMode;
                dev->set_mac_address    = &SkGeSetMacAddr;
                dev->do_ioctl           = &SkGeIoctl;