Merge "msm: ipa: fix static analysis sign issue"
This commit is contained in:
commit
b80f563674
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ struct ipa_gsi_ep_mem_info {
|
||||||
|
|
||||||
struct ipa3_status_stats {
|
struct ipa3_status_stats {
|
||||||
struct ipahal_pkt_status status[IPA_MAX_STATUS_STAT_NUM];
|
struct ipahal_pkt_status status[IPA_MAX_STATUS_STAT_NUM];
|
||||||
int curr;
|
unsigned int curr;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue