From 1e2ee27db322b79a0ecce54dac6a9b1ab94a4811 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 4 Sep 2005 11:45:19 +0000 Subject: - Small changes to make easier to generate kernel patches. --- linux/drivers/media/video/msp3400-driver.c | 2 +- linux/drivers/media/video/msp3400.c | 2 +- linux/drivers/media/video/tvaudio.c | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/msp3400-driver.c b/linux/drivers/media/video/msp3400-driver.c index 8c88f8f90..b13583860 100644 --- a/linux/drivers/media/video/msp3400-driver.c +++ b/linux/drivers/media/video/msp3400-driver.c @@ -1010,7 +1010,7 @@ static int msp34xx_modus(int norm) { switch (norm) { case VIDEO_MODE_PAL: -#if 1 +#if 1 /*KEEP*/ /* experimental: not sure this works with all chip versions */ return 0x7003; #else diff --git a/linux/drivers/media/video/msp3400.c b/linux/drivers/media/video/msp3400.c index 8c88f8f90..b13583860 100644 --- a/linux/drivers/media/video/msp3400.c +++ b/linux/drivers/media/video/msp3400.c @@ -1010,7 +1010,7 @@ static int msp34xx_modus(int norm) { switch (norm) { case VIDEO_MODE_PAL: -#if 1 +#if 1 /*KEEP*/ /* experimental: not sure this works with all chip versions */ return 0x7003; #else diff --git a/linux/drivers/media/video/tvaudio.c b/linux/drivers/media/video/tvaudio.c index f0d784478..a2e001fb2 100644 --- a/linux/drivers/media/video/tvaudio.c +++ b/linux/drivers/media/video/tvaudio.c @@ -318,7 +318,6 @@ static int chip_thread(void *data) #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,12) try_to_freeze(); #endif - if (chip->done || signal_pending(current)) break; tvaudio_dbg("%s: thread wakeup\n", i2c_clientname(&chip->c)); -- cgit v1.2.3