X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2F8139too.c;h=5a4a08a7c9518da338ce6f0fcea40bfad4b36d8b;hb=854608d824dc2c8e14c373e0c46cefda5386ed8a;hp=047202c4d9a8b23bd150eae38654c211485f3ccf;hpb=105adfc63f921a9976c5abc4ff079e9fec197ed7;p=linux-2.6 diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c index 047202c4d9..5a4a08a7c9 100644 --- a/drivers/net/8139too.c +++ b/drivers/net/8139too.c @@ -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)) {