From a4e08e23770d215ee08c4b2abf12ca1eeb448eb1 Mon Sep 17 00:00:00 2001 From: Chris Pascoe Date: Sat, 5 Aug 2006 23:47:16 -0300 Subject: [PATCH] --- yaml --- r: 37373 b: refs/heads/master c: 47922e9c3f583adf05a23842ff98f3b0bf7eec6d h: refs/heads/master i: 37371: 65704a47f124afe19f7ed9a2dff7292a6de3ff54 v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 971eb7d98232..60bff8bb205b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f7b54b1067bc0ccc6a2a2051f039ce630083f927 +refs/heads/master: 47922e9c3f583adf05a23842ff98f3b0bf7eec6d diff --git a/trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c b/trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c index 0c3bab37d8df..b8ba87863457 100644 --- a/trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c +++ b/trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c @@ -527,7 +527,7 @@ int flexcop_frontend_init(struct flexcop_device *fc) /* try the air atsc 2nd generation (nxt2002) */ if ((fc->fe = dvb_attach(nxt200x_attach, &samsung_tbmv_config, &fc->i2c_adap)) != NULL) { fc->dev_type = FC_AIR_ATSC2; - dvb_attach(dvb_pll_attach, fc->fe, 0x61, &fc->i2c_adap, &dvb_pll_samsung_tbmv); + dvb_attach(dvb_pll_attach, fc->fe, 0x61, NULL, &dvb_pll_samsung_tbmv); info("found the nxt2002 at i2c address: 0x%02x",samsung_tbmv_config.demod_address); } else /* try the air atsc 3nd generation (lgdt3303) */