Files
linux-st/drivers/cpufreq
Florian Fainelli 4c5681fcc6 cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency
What we read back from the register is going to be capped at 32-bits,
and cpufreq_freq_table.frequency is an unsigned int. Avoid any possible
value truncation by using the appropriate return value.

Fixes: de322e0859 ("cpufreq: brcmstb-avs-cpufreq: AVS CPUfreq driver for Broadcom STB SoCs")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2019-06-04 09:31:41 +05:30
..
2019-03-04 11:19:14 +01:00
2019-05-20 12:47:48 +05:30
2019-05-20 12:47:48 +05:30
2019-03-04 11:19:14 +01:00
2019-03-04 11:19:14 +01:00