Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17324
b: refs/heads/master
c: 6fe66ba
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 9ff0ae1 commit 656abdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 610d1407b2d7a8fbb9f8e5757b2d078b9988299c
refs/heads/master: 6fe66ba63fdd27cfc01ffb2e1835a2a475074a63
8 changes: 0 additions & 8 deletions trunk/drivers/media/dvb/bt8xx/dvb-bt8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
dprintk ("dvb_bt8xx: lgdt330x detected\n");
break;

#ifdef BTTV_BOARD_TWINHAN_VP3021
case BTTV_BOARD_TWINHAN_VP3021:
#else
case BTTV_BOARD_NEBULA_DIGITV:
#endif
/*
* It is possible to determine the correct frontend using the I2C bus (see the Nebula SDK);
* this would be a cleaner solution than trying each frontend in turn.
Expand Down Expand Up @@ -823,11 +819,7 @@ static int dvb_bt8xx_probe(struct device *dev)
card->irq_err_ignore = BT878_AFBUS | BT878_AFDSR;
break;

#ifdef BTTV_BOARD_TWINHAN_VP3021
case BTTV_BOARD_TWINHAN_VP3021:
#else
case BTTV_BOARD_NEBULA_DIGITV:
#endif
case BTTV_BOARD_AVDVBT_761:
card->gpio_mode = (1 << 26) | (1 << 14) | (1 << 5);
card->op_sync_orin = 0;
Expand Down

0 comments on commit 656abdc

Please sign in to comment.