msm: ipa: replace the deprecated API
ipa_add_hdr is deprecated, using ipa3_add_hdr instead. Change-Id: If3875091483cd41dabb9f858e855d66fab329d04
Cette révision appartient à :
@@ -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;
|
||||
}
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur