aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-12-19 23:14:43 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:12 -0500
commite12671cf0c3c8460dfa3ab945023803612827fb7 (patch)
treed663d35b7552fb6405be4474a1581dca583641dc /drivers/media/video/cx23885/cx23885-dvb.c
parentd1987d55a1eda774dfbab240a432607c17241d07 (diff)
V4L/DVB (6886): xc5000: Cleanups of types, result codes etc
This translates much of the xceive coding style, adds some result codes and generally cleans up whitespace and function arguments. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index 5fa65ef08bfd..f0882dd30d3f 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -146,10 +146,10 @@ static struct s5h1409_config hauppauge_hvr1500q_config = {
146}; 146};
147 147
148static struct xc5000_config hauppauge_hvr1500q_tunerconfig = { 148static struct xc5000_config hauppauge_hvr1500q_tunerconfig = {
149 .i2c_address = 0x61, 149 .i2c_address = 0x61,
150 .if_frequency = 4570000, 150 .if_khz = 5380,
151 .request_firmware = cx23885_request_firmware, 151 .request_firmware = cx23885_request_firmware,
152 .tuner_reset = hauppauge_hvr1500q_tuner_reset 152 .tuner_reset = hauppauge_hvr1500q_tuner_reset
153}; 153};
154 154
155static int dvb_register(struct cx23885_tsport *port) 155static int dvb_register(struct cx23885_tsport *port)