[PATCH] Add missing tvaudio try_to_freeze.

From: Nigel Cunningham
Date: Mon Jul 18 2005 - 09:10:57 EST


Hi.

The .c gives Gerd Knorr as the maintainer of this file, but no email
address. The MAINTAINERS file doesn't have his name or make it clear who
owns the file. I haven't therefore been able to cc the maintainer.

Tvaudio lacks a refrigerator call. This patch fixes that.

Regards,

Nigel

Signed-off by: Nigel Cunningham <ncunningham@xxxxxxxxxxxx>

tvaudio.c | 1 +
1 files changed, 1 insertion(+)
diff -ruNp 234-tvaudio.patch-old/drivers/media/video/tvaudio.c 234-tvaudio.patch-new/drivers/media/video/tvaudio.c
--- 234-tvaudio.patch-old/drivers/media/video/tvaudio.c 2005-07-18 06:36:49.000000000 +1000
+++ 234-tvaudio.patch-new/drivers/media/video/tvaudio.c 2005-07-18 08:20:58.000000000 +1000
@@ -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));

--
Evolution.
Enumerate the requirements.
Consider the interdependencies.
Calculate the probabilities.
Be amazed that people believe it happened.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/