We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce360db + a7def56 commit 43b28caCopy full SHA for 43b28ca
drivers/cpufreq/scpi-cpufreq.c
@@ -31,7 +31,7 @@ static struct scpi_ops *scpi_ops;
31
32
static struct scpi_dvfs_info *scpi_get_dvfs_info(struct device *cpu_dev)
33
{
34
- u8 domain = topology_physical_package_id(cpu_dev->id);
+ int domain = topology_physical_package_id(cpu_dev->id);
35
36
if (domain < 0)
37
return ERR_PTR(-EINVAL);
0 commit comments