Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63d73949 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: fix to change the header address to u64"

parents 39fb64d0 be1db2f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ struct ipa_hw_hdr_proc_ctx_tlv {
 */
struct ipa_hw_hdr_proc_ctx_hdr_add {
	struct ipa_hw_hdr_proc_ctx_tlv tlv;
	u32 hdr_addr;
	u64 hdr_addr;
};

/**