diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-20 13:06:00 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-20 13:06:00 -0400 |
commit | 64a919c1133038455b9bae43d6232bfd04eb5e02 (patch) | |
tree | a2aec1657f2368bccd076569f4c188bacd64329c /linux | |
parent | 638acf07e1921e20c61cd6fa47effac3dd17960b (diff) | |
download | mediapointer-dvb-s2-64a919c1133038455b9bae43d6232bfd04eb5e02.tar.gz mediapointer-dvb-s2-64a919c1133038455b9bae43d6232bfd04eb5e02.tar.bz2 |
saa7134-dvb: add missing newline
From: Edgar Simo <bobbens@gmail.com>
This is a simple whitespace cleanup.
Signed-off-by: Edgar Simo <bobbens@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-dvb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-dvb.c b/linux/drivers/media/video/saa7134/saa7134-dvb.c index 1f6bd3300..a0ce67ecb 100644 --- a/linux/drivers/media/video/saa7134/saa7134-dvb.c +++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c @@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config } /* ------------------------------------------------------------------ */ + static struct tda1004x_config tda827x_lifeview_config = { .demod_address = 0x08, .invert = 1, @@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = { .antenna_switch= 2, .request_firmware = philips_tda1004x_request_firmware }; + static struct tda1004x_config kworld_dvb_t_210_config = { .demod_address = 0x08, .invert = 1, @@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = { .antenna_switch= 1, .request_firmware = philips_tda1004x_request_firmware }; + /* ------------------------------------------------------------------ * special case: this card uses saa713x GPIO22 for the mode switch */ |