Merge "msm: ipa: fix static analysis sign issue"

This commit is contained in:
Linux Build Service Account 2016-10-10 18:28:07 -07:00 committed by Gerrit - the friendly Code Review server
commit b80f563674

View file

@ -481,7 +481,7 @@ struct ipa_gsi_ep_mem_info {
struct ipa3_status_stats {
struct ipahal_pkt_status status[IPA_MAX_STATUS_STAT_NUM];
int curr;
unsigned int curr;
};
/**