~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/media/video/saa7134/saa7134-core.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-57i0gl3v99b3lkfg
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:
927
927
        }
928
928
 
929
929
        /* print pci info */
930
 
        pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &dev->pci_rev);
 
930
        dev->pci_rev = pci_dev->revision;
931
931
        pci_read_config_byte(pci_dev, PCI_LATENCY_TIMER,  &dev->pci_lat);
932
932
        printk(KERN_INFO "%s: found at %s, rev: %d, irq: %d, "
933
933
               "latency: %d, mmio: 0x%llx\n", dev->name,