Commit a7f8c55f authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] swsusp: kill unneccessary debugging

From: Pavel Machek <pavel@ucw.cz>

This is no longer neccessary.  We have enough pauses elsewhere, and it works
well enough that this is not needed.
parent cb79a0b2
...@@ -13,12 +13,6 @@ ...@@ -13,12 +13,6 @@
#include <linux/suspend.h> #include <linux/suspend.h>
#include <linux/module.h> #include <linux/module.h>
#ifdef DEBUG_SLOW
#define MDELAY(a) mdelay(a)
#else
#define MDELAY(a)
#endif
/* /*
* Timeout for stopping processes * Timeout for stopping processes
*/ */
...@@ -121,7 +115,6 @@ void thaw_processes(void) ...@@ -121,7 +115,6 @@ void thaw_processes(void)
read_unlock(&tasklist_lock); read_unlock(&tasklist_lock);
schedule(); schedule();
printk( " done\n" ); printk( " done\n" );
MDELAY(500);
} }
EXPORT_SYMBOL(refrigerator); EXPORT_SYMBOL(refrigerator);
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