diff options
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1004x.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-ts.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1004x.c b/linux/drivers/media/dvb/frontends/tda1004x.c index 040c355b9..15bbbce6c 100644 --- a/linux/drivers/media/dvb/frontends/tda1004x.c +++ b/linux/drivers/media/dvb/frontends/tda1004x.c @@ -1136,7 +1136,7 @@ static int tda1004x_sleep(struct dvb_frontend* fe) if (state->config->if_freq != TDA10046_FREQ_052) { /* special hack for Philips EUROPA Based boards: * keep the I2c bridge open for tuner access in analog mode - */ + */ tda1004x_disable_tuner_i2c(state); } } diff --git a/linux/drivers/media/video/saa7134/saa7134-ts.c b/linux/drivers/media/video/saa7134/saa7134-ts.c index 54b264455..914c6294e 100644 --- a/linux/drivers/media/video/saa7134/saa7134-ts.c +++ b/linux/drivers/media/video/saa7134/saa7134-ts.c @@ -1,5 +1,5 @@ /* - * $Id: saa7134-ts.c,v 1.17 2005/09/11 19:46:10 hhackmann Exp $ + * $Id: saa7134-ts.c,v 1.18 2005/09/12 00:41:16 mkrufky Exp $ * * device driver for philips saa7134 based TV cards * video4linux video interface @@ -226,8 +226,8 @@ void saa7134_irq_ts_done(struct saa7134_dev *dev, unsigned long status) spin_lock(&dev->slock); if (dev->ts_q.curr) { field = dev->ts_q.curr->vb.field; - if (field == V4L2_FIELD_TOP) { - if ((status & 0x100000) != 0x000000) + if (field == V4L2_FIELD_TOP) { + if ((status & 0x100000) != 0x000000) goto done; } else { if ((status & 0x100000) != 0x100000) |