Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dac8303 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Oprofile: fix sparse warning.

parent 49e31ca8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ static int op_mips_setup(void)
	model->reg_setup(ctr);

	/* Configure the registers on all cpus.  */
	on_each_cpu(model->cpu_setup, 0, 0, 1);
	on_each_cpu(model->cpu_setup, NULL, 0, 1);

        return 0;
}