~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/media/video/bt8xx/bttv-driver.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
3474
3474
        if (0 != t->index)
3475
3475
                return -EINVAL;
3476
3476
 
3477
 
        bttv_call_all(btv, tuner, g_tuner, t);
 
3477
        bttv_call_all(btv, tuner, s_tuner, t);
3478
3478
        return 0;
3479
3479
}
3480
3480
 
4303
4303
                goto fail0;
4304
4304
        }
4305
4305
 
4306
 
        pci_read_config_byte(dev, PCI_CLASS_REVISION, &btv->revision);
 
4306
        btv->revision = dev->revision;
4307
4307
        pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lat);
4308
4308
        printk(KERN_INFO "bttv%d: Bt%d (rev %d) at %s, ",
4309
4309
               bttv_num,btv->id, btv->revision, pci_name(dev));