Commit 8bd7f125 authored by Shaohua Li's avatar Shaohua Li Committed by Linus Torvalds
Browse files

[PATCH] swsusp: ahd_dv_0 can't be stopped



This driver wants to set PF_NOFREEZE.

Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b16eeb47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2488,7 +2488,7 @@ ahd_linux_dv_thread(void *data)
	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();