mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] swsusp: properly freeze aic79xx thread
@ 2005-05-27 12:08 Pavel Machek
  0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2005-05-27 12:08 UTC (permalink / raw)
  To: kernel list, Andrew Morton

Fix typo in aic79xx. It wants it thread not to be frozen, but does
something stupid instead.

From: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit a871d561998e6791fedb82205884162b2ce69a82
tree f5757852180a2f04f086a68a6b9cb576ea7f70d9
parent 14d95e1b10972d8b5e86daa6845aeb32a1292b60
author <pavel@amd.(none)> Thu, 26 May 2005 11:40:26 +0200
committer <pavel@amd.(none)> Thu, 26 May 2005 11:40:26 +0200

 drivers/scsi/aic7xxx/aic79xx_osm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: drivers/scsi/aic7xxx/aic79xx_osm.c
===================================================================
--- e09139415ec5cb347f0ff82bb23825e28f5d7c83/drivers/scsi/aic7xxx/aic79xx_osm.c  (mode:100644)
+++ f5757852180a2f04f086a68a6b9cb576ea7f70d9/drivers/scsi/aic7xxx/aic79xx_osm.c  (mode:100644)
@@ -2488,7 +2488,7 @@
 	sprintf(current->comm, "ahd_dv_%d", ahd->unit);
 #else
 	daemonize("ahd_dv_%d", ahd->unit);
-	current->flags |= PF_FREEZE;
+	current->flags |= PF_NOFREEZE;
 #endif
 	unlock_kernel();
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-27 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-27 12:08 [patch] swsusp: properly freeze aic79xx thread Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®