Re: [PATCH V4] thermal: imx: fix for dependency on cpu-freq

From: Viresh Kumar
Date: Wed Nov 21 2018 - 00:23:24 EST


On 21-11-18, 05:08, Anson Huang wrote:
> +static void imx_thermal_unregister_legacy_cooling(struct imx_thermal_data *data)
> +{
> + cpufreq_cooling_unregister(data->cdev);
> + cpufreq_cpu_put(data->policy);
> +}
> +#else
> +static inline int imx_thermal_register_legacy_cooling(struct imx_thermal_data *data)
> +{
> + return 0;
> +}

And now that you are going to send V5, please add a blank line before
and after #else here.

--
viresh