projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ade5a
)
[PATCH] dvb: nebula DigiTV nxt6000 fix
author
Stuart Auchterlonie
<
[email protected]
>
Fri, 9 Sep 2005 20:02:56 +0000
(13:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 9 Sep 2005 20:57:42 +0000
(13:57 -0700)
Fix bug in Nebula DigiTV frontend detection for nxt6000.
Signed-off-by: Stuart Auchterlonie <
[email protected]
>
Signed-off-by: Johannes Stezenbach <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/media/dvb/bt8xx/dvb-bt8xx.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/bt8xx/dvb-bt8xx.c
b/drivers/media/dvb/bt8xx/dvb-bt8xx.c
index 514dff36e6ebfeeafe71a1b689e7f53ec4cfd681..c5c7672cd53819f9a3ab1fa391dcf039b73f9301 100644
(file)
--- a/
drivers/media/dvb/bt8xx/dvb-bt8xx.c
+++ b/
drivers/media/dvb/bt8xx/dvb-bt8xx.c
@@
-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);