Parcourir la source

Merge "msm: ipa: replace the deprecated API"

qctecmdr il y a 4 ans
Parent
commit
4b5af50d8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/platform/msm/ipa/ipa_clients/ipa_eth.c

+ 1 - 1
drivers/platform/msm/ipa/ipa_clients/ipa_eth.c

@@ -522,7 +522,7 @@ static int ipa_eth_commit_partial_hdr(
 		hdr->hdr[i].eth2_ofst = hdr_info[i].dst_mac_addr_offset;
 	}
 
-	if (ipa_add_hdr(hdr)) {
+	if (ipa3_add_hdr(hdr)) {
 		IPA_ETH_ERR("fail to add partial headers\n");
 		return -EFAULT;
 	}