]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/sstfb.c
Pull ec into release branch
[linux-2.6-omap-h63xx.git] / drivers / video / sstfb.c
index 62fa5500361d2a1b8a1ce7418c1b81f9d1044d1b..5eff28ce4f4dcfc967583cc2afec2d36ff7eaba6 100644 (file)
@@ -1348,7 +1348,7 @@ static int __devinit sstfb_probe(struct pci_dev *pdev,
        f_ddprintk("found device : %s\n", spec->name);
 
        par->dev = pdev;
-       pci_read_config_byte(pdev, PCI_REVISION_ID, &par->revision);
+       par->revision = pdev->revision;
 
        fix->mmio_start = pci_resource_start(pdev,0);
        fix->mmio_len   = 0x400000;