mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
[CPUFREQ] Remove redundant initialisation from longhaul.
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
e2aa8732ac
commit
8eebf1a4c3
@ -679,7 +679,7 @@ static int __init longhaul_init(void)
|
||||
|
||||
static void __exit longhaul_exit(void)
|
||||
{
|
||||
int i=0;
|
||||
int i;
|
||||
|
||||
for (i=0; i < numscales; i++) {
|
||||
if (clock_ratio[i] == maxmult) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user