projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6c1f5
)
[PATCH] Add missing tvaudio try_to_freeze()
author
Nigel Cunningham
<ncunningham@cyclades.com>
Wed, 27 Jul 2005 18:43:35 +0000
(11:43 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:49 +0000
(16:25 -0700)
Tvaudio lacks a refrigerator call. This patch fixes that.
Signed-off-by: Nigel Cunningham <ncunningham@suspend2.net>
Cc: <video4linux-list@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/tvaudio.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tvaudio.c
b/drivers/media/video/tvaudio.c
index
d8b78f1
..
f42a1ef
100644
(file)
--- a/
drivers/media/video/tvaudio.c
+++ b/
drivers/media/video/tvaudio.c
@@
-285,6
+285,7
@@
static int chip_thread(void *data)
schedule();
}
remove_wait_queue(&chip->wq, &wait);
+ try_to_freeze();
if (chip->done || signal_pending(current))
break;
dprintk("%s: thread wakeup\n", i2c_clientname(&chip->c));