[netdrvr sunqe] remove incorrect kfree()
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.
Showing
Please register or sign in to comment