V4L/DVB (11799): xc5000: don't load firmware until a tuning request is made
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Tue, 28 Apr 2009 17:07:14 +0000 (14:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:21:06 +0000 (18:21 -0300)
Defer loading of the xc5000 firmware until it is actually needed.  This helps
on distros that have hald, which results in the device not being available
for use for around ten seconds in cases where the i2c bus is slow (such as
the HVR-950Q).  Also, the firmware load isn't really useful since we
immediately put the device to sleep afterward, which means a firmware reload
will be required anyway.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tuner-core.c

index 1dac524fc8f1b77d1f613773e9b4e982ee7f227d..4018eacb3a4c6fc9f2ee36271714b42f2a88c4d3 100644 (file)
@@ -420,10 +420,6 @@ static void set_type(struct i2c_client *c, unsigned int type,
                if (!dvb_attach(xc5000_attach,
                                &t->fe, t->i2c->adapter, &xc5000_cfg))
                        goto attach_failed;
-
-               xc_tuner_ops = &t->fe.ops.tuner_ops;
-               if (xc_tuner_ops->init)
-                       xc_tuner_ops->init(&t->fe);
                break;
        }
        default: