Przeglądaj źródła

msm: ipa: removing explicit NAPI object delete

NAPI object is deleted as part of free_netdev. No need
to free it seperately

Change-Id: I20a2b6a8f73f9341030188d00dadc6acc7671c30
Signed-off-by: Michael Adisumarta <[email protected]>
Michael Adisumarta 4 lat temu
rodzic
commit
963ea81558
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c

+ 0 - 2
drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c

@@ -2669,8 +2669,6 @@ static int ipa3_wwan_remove(struct platform_device *pdev)
 		IPAWANERR("Failed to teardown APPS->IPA pipe\n");
 	else
 		rmnet_ipa3_ctx->apps_to_ipa3_hdl = -1;
-	if (ipa3_rmnet_res.ipa_napi_enable)
-		netif_napi_del(&(rmnet_ipa3_ctx->wwan_priv->napi));
 	mutex_unlock(&rmnet_ipa3_ctx->pipe_handle_guard);
 	IPAWANINFO("rmnet_ipa unregister_netdev\n");
 	unregister_netdev(IPA_NETDEV());