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/media/video/msp3400-driver.c | |
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/media/video/msp3400-driver.c')
-rw-r--r-- | linux/drivers/media/video/msp3400-driver.c | 2 |
1 files changed, 1 insertions, 1 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 |