Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8135
b: refs/heads/master
c: f30db06
h: refs/heads/master
i:
  8133: b599257
  8131: 262baed
  8127: 49379f9
v: v3
  • Loading branch information
Stuart Auchterlonie authored and Linus Torvalds committed Sep 9, 2005
1 parent cd61907 commit c08517a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 05ade5a5cd32f8393c22fc454b0546df2ed497c5
refs/heads/master: f30db067a593aeb3fdd97ec0a3e6399ea566f2ad
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/bt8xx/dvb-bt8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,10 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)

/* Old Nebula (marked (c)2003 on high profile pci card) has nxt6000 demod */
card->fe = nxt6000_attach(&vp3021_alps_tded4_config, card->i2c_adapter);
if (card->fe != NULL)
if (card->fe != NULL) {
dprintk ("dvb_bt8xx: an nxt6000 was detected on your digitv card\n");
break;
}

/* New Nebula (marked (c)2005 on low profile pci card) has mt352 demod */
digitv_alps_tded4_reset(card);
Expand Down

0 comments on commit c08517a

Please sign in to comment.