Merge "dataipa: Fix spearhead generic stats data type"

This commit is contained in:
qctecmdr
2022-07-30 00:48:34 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -295,7 +295,7 @@ static int ipa_get_generic_stats(unsigned long arg)
/* HOLB Monitor stats */
holb_mon_stats_ptr = (struct holb_monitor_stats *)(
&generic_stats->holb_stats.holb_disc_stats[0] +
(uint64_t)&generic_stats->holb_stats.holb_disc_stats[0] +
(ipa_lnx_agent_ctx.alloc_info.num_holb_drop_stats_clients *
sizeof(struct holb_discard_stats)));
for (i = 0; i < generic_stats->holb_stats.num_holb_mon_clients; i++) {