diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-04 11:45:19 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-09-04 11:45:19 +0000 |
commit | 1e2ee27db322b79a0ecce54dac6a9b1ab94a4811 (patch) | |
tree | ef08dbbc7a34a48d2cd462c3fadc35efb9eb852f /linux/drivers | |
parent | 5b2afdf06a8eae654f46dde6c3a028858b22e5d6 (diff) | |
download | mediapointer-dvb-s2-1e2ee27db322b79a0ecce54dac6a9b1ab94a4811.tar.gz mediapointer-dvb-s2-1e2ee27db322b79a0ecce54dac6a9b1ab94a4811.tar.bz2 |
- Small changes to make easier to generate kernel patches.
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/msp3400-driver.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/msp3400.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/tvaudio.c | 1 |
3 files changed, 2 insertions, 3 deletions
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)); |