Home
last modified time | relevance | path

Searched hist:"292072 c38768bb2321cf643b27cdf8fd8282d028" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dqcom-cpufreq-hw.cdiff 292072c38768bb2321cf643b27cdf8fd8282d028 Wed Jul 29 22:29:40 CDT 2020 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: cached_resolved_idx can not be negative

It is not possible for cached_resolved_idx to be invalid here as the
cpufreq core always sets index to a positive value.

Change its type to unsigned int and fix qcom usage a bit.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dcpufreq.cdiff 292072c38768bb2321cf643b27cdf8fd8282d028 Wed Jul 29 22:29:40 CDT 2020 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: cached_resolved_idx can not be negative

It is not possible for cached_resolved_idx to be invalid here as the
cpufreq core always sets index to a positive value.

Change its type to unsigned int and fix qcom usage a bit.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
/openbmc/linux/include/linux/
H A Dcpufreq.hdiff 292072c38768bb2321cf643b27cdf8fd8282d028 Wed Jul 29 22:29:40 CDT 2020 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: cached_resolved_idx can not be negative

It is not possible for cached_resolved_idx to be invalid here as the
cpufreq core always sets index to a positive value.

Change its type to unsigned int and fix qcom usage a bit.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>