• Dave Jones's avatar
    [netdrvr sunqe] remove incorrect kfree() · d3233d6b
    Dave Jones authored
    Use of init_etherdev's second argument causes the ->priv member
    to be allocated at the same time as the struct net_device
    itself.  Therefore, no additional kfree() is needed for the
    struct net_device ->priv member in this case.
    d3233d6b
sunqe.c 27.2 KB