]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (12819): tm6000: mts parameter has changed on tuner-xc2028.c
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 23 Nov 2007 16:00:18 +0000 (13:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:40:02 +0000 (00:40 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index 6adf9376b80c5400c8f71f932bbc18d6938596c5..21cf847ec0187e005c7b176bc9d480886d81c0fa 100644 (file)
@@ -168,7 +168,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)
 
        if (dev->tuner_type == TUNER_XC2028) {
                ctl.fname = "tm6000-xc3028.fw";
-               ctl.type  = XC2028_FIRM_MTS;
+               ctl.mts   = 1;
 
                xc2028_cfg.tuner = TUNER_XC2028;
                xc2028_cfg.priv  = &ctl;