Merge "msm: ipa3: don't check offset_entry when using DDR address"
This commit is contained in:
commit
a356bbf034
1 changed files with 2 additions and 1 deletions
|
@ -1213,7 +1213,8 @@ int ipahal_cp_proc_ctx_to_hw_buff(enum ipa_hdr_proc_type type,
|
|||
if (!base ||
|
||||
!hdr_len ||
|
||||
(!phys_base && !hdr_base_addr) ||
|
||||
!hdr_base_addr || !offset_entry) {
|
||||
!hdr_base_addr ||
|
||||
((is_hdr_proc_ctx == false) && !offset_entry)) {
|
||||
IPAHAL_ERR("failed on validating params");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue