drivers: itmon: Fix error

This commit is contained in:
Gabriel2392 2023-10-17 09:30:46 -03:00
parent 1d74975a8d
commit a839ab2b13

View file

@ -992,7 +992,9 @@ static void itmon_report_pathinfo(struct itmon_dev *itmon,
{
struct itmon_nodeinfo *node = data->node;
/* SEC DEBUG FEATURE */
#if IS_ENABLED(CONFIG_SEC_DEBUG_EXTRA_INFO)
int acon = (itmon_get_dpm_policy(itmon) > 0) ? 1 : 0;
#endif
/* SEC DEBUG FEATURE */