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

Commit be1db2f4 authored by Mohammed Javid's avatar Mohammed Javid Committed by Gerrit - the friendly Code Review server
Browse files

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



Because of u32 header address in 64 bit targets losing
MSB 32-bit address. Updated the header address variable from u32 to u64.

Change-Id: I2ee3d78a9bd2aed7be8c6eebbf73094e4e222029
Acked-by: default avatarAshok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 4636aa56
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;
};

/**