From: Bo Chen <che...@pdx.edu> Date: Thu, 24 May 2018 12:48:35 -0700 > The call to free_netdev() in __rtl8139_cleanup_dev() clears the network device > napi list, and explicit calls to netif_napi_del() are unnecessary. > > Signed-off-by: Bo Chen <che...@pdx.edu>
Since this is just unnecessary work and not a bug, applied to net-next. Thanks.