commit | af148419bfd5104039bbfbd89806ce1bd56dff96 | [log] [tgz] |
---|---|---|
author | Jagadeesh Ponduru <quic_jponduru@quicinc.com> | Fri Jun 10 23:54:26 2022 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Jul 04 20:17:50 2022 -0700 |
tree | 1c877e2ff088f55a223f15b73474b99faa9c8b96 | |
parent | 257165583ad6af184e873df632232862b45b5246 [diff] |
msm: ipahal: modify parameter from eq_bitfield[i] to i From IPAv4.5 versions IPA_TOS_EQ is considered as not supported and it made to 0XFF, instead IPA_IS_PURE_ACK is given support. So, when validating the bitfield equations of them, passing eq_bitfield[i] will throw shift overflow warning as it takes 0xFF. So, added change to ensure there are no overflow warnings. Change-Id: I84384723433706784a4ef21b88f33b036edb0a5d Signed-off-by: Jagadeesh Ponduru <quic_jponduru@quicinc.com>