mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
pm_tests: rockchip: fix compilation warning
Signed-off-by: Xiao Feng <xf@rock-chips.com>
This commit is contained in:
@@ -129,7 +129,7 @@ static int __init cpu_usage_init(void)
|
||||
INIT_WORK(work, handler_cpu_usage);
|
||||
}
|
||||
|
||||
setup_timer(&arm_mode_timer, arm_mode_timer_handler, (unsigned int)NULL);
|
||||
setup_timer(&arm_mode_timer, arm_mode_timer_handler, 0);
|
||||
return 0;
|
||||
}
|
||||
late_initcall(cpu_usage_init);
|
||||
|
||||
Reference in New Issue
Block a user