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.
1 parent f539086 commit c22d1cbCopy full SHA for c22d1cb
drivers/cpufreq/tegra20-cpufreq.c
@@ -50,7 +50,7 @@ static unsigned int tegra_get_intermediate(struct cpufreq_policy *policy,
50
* - we are already at it, i.e. policy->cur == ifreq
51
* - index corresponds to ifreq
52
*/
53
- if ((freq_table[index].frequency == ifreq) || (policy->cur == ifreq))
+ if (freq_table[index].frequency == ifreq || policy->cur == ifreq)
54
return 0;
55
56
return ifreq;
0 commit comments