]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/8139too.c
[PATCH] Cleanup patch for process freezing
[linux-2.6-omap-h63xx.git] / drivers / net / 8139too.c
index 047202c4d9a8b23bd150eae38654c211485f3ccf..5a4a08a7c9518da338ce6f0fcea40bfad4b36d8b 100644 (file)
@@ -1606,7 +1606,7 @@ static int rtl8139_thread (void *data)
                do {
                        timeout = interruptible_sleep_on_timeout (&tp->thr_wait, timeout);
                        /* make swsusp happy with our thread */
-                       try_to_freeze(PF_FREEZE);
+                       try_to_freeze();
                } while (!signal_pending (current) && (timeout > 0));
 
                if (signal_pending (current)) {