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

Commit e629cfa3 authored by Allen Pais's avatar Allen Pais Committed by James Hogan
Browse files

MIPS: Lasat: Use setup_timer() helper



Use setup_timer function instead of initializing timer with the function
and data fields.

Signed-off-by: default avatarAllen Pais <allen.lkml@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17341/


Signed-off-by: default avatarJames Hogan <jhogan@kernel.org>
parent d3a0b968
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -197,8 +197,7 @@ static int __init pvc_proc_init(void)
	if (proc_entry == NULL)
		goto error;

	init_timer(&timer);
	timer.function = pvc_proc_timerfunc;
	setup_timer(&timer, pvc_proc_timerfunc, 0UL);

	return 0;
error: