[RFC PATCH 1/2] power: refactor core power management library

Ferruh Yigit ferruh.yigit at amd.com
Wed Feb 28 13:51:06 CET 2024


On 2/20/2024 3:33 PM, Sivaprasad Tummala wrote:
> +	ops = rte_power_get_ops(env);
> +	if (ops->status == 0) {
> +		POWER_LOG(ERR, WER,
> +			"Power Management Environment(%d) not"
> +			" registered\n", env);

'WER' seems typo, causing build error.
Also CI reports a few other build errors, fyi.


More information about the dev mailing list