Commit 6bffe94c authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] kernel_suspend.c compile warning

From:  Pavel Machek <pavel@ucw.cz>

  This kills a compile warning in swsusp
parent 8a5b5f30
......@@ -201,7 +201,8 @@ void refrigerator(unsigned long flag)
/* 0 = success, else # of processes that we failed to stop */
int freeze_processes(void)
{
int todo, start_time;
int todo;
unsigned long start_time;
struct task_struct *g, *p;
printk( "Stopping tasks: " );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment