aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-29 10:33:18 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:31 -0500
commit1a156045ab06b2cce8cf46e7bf53da26ab33b084 (patch)
tree1124cc9390301becc1ddcd414de2768256d827e2 /drivers
parent0b5f4a12e628893624b478523fb4e2708c605710 (diff)
V4L/DVB (6470): Avoid breaking compilation
The next patchset series will change i2c structs inside tuner. This patch avoids breaking bissect, by commenting the still unused tuner xc2028. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/tuner-core.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c
index 600174239d09..bff6e6a3e268 100644
--- a/drivers/media/video/tuner-core.c
+++ b/drivers/media/video/tuner-core.c
@@ -335,18 +335,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
335 i2c_master_send(c,buffer,4); 335 i2c_master_send(c,buffer,4);
336 attach_simple_tuner(t); 336 attach_simple_tuner(t);
337 break; 337 break;
338 case TUNER_XC2028:
339 {
340 int rc=xc2028_attach(&t->fe, t->i2c.adapter, t->i2c.addr,
341 &c->dev, c->adapter->algo_data,
342 t->tuner_callback);
343 if (rc<0) {
344 t->type = TUNER_ABSENT;
345 t->mode_mask = T_UNINITIALIZED;
346 return;
347 }
348 break;
349 }
350 case TUNER_TDA9887: 338 case TUNER_TDA9887:
351 tda9887_attach(t); 339 tda9887_attach(t);
352 break; 340 break;