Re: [PATCH v4 1/4] OPP: OF: Export dev_opp_pm_calc_power() for usage from EM
From: Dietmar Eggemann
Date: Wed Apr 03 2024 - 08:08:09 EST
On 02/04/2024 17:58, Lukasz Luba wrote:
[...]
> @@ -539,6 +541,12 @@ static inline void dev_pm_opp_of_unregister_em(struct device *dev)
> {
> }
>
> +static inline int dev_pm_opp_calc_power(struct device *dev, unsigned long *uW,
> + unsigned long *kHz)
This looks like a weird alignment comparing to the adjacent functions.
[...]