]> Git Repo - linux.git/blobdiff - sound/oss/es1371.c
Pull misc into release branch
[linux.git] / sound / oss / es1371.c
index 593a3aac12ce50da78354877942c27b0c8053254..52648573f601f3c62b7db7fd3c54c1e5317db2fc 100644 (file)
@@ -2894,7 +2894,7 @@ static int __devinit es1371_probe(struct pci_dev *pcidev, const struct pci_devic
        s->irq = pcidev->irq;
        s->vendor = pcidev->vendor;
        s->device = pcidev->device;
-       pci_read_config_byte(pcidev, PCI_REVISION_ID, &s->rev);
+       s->rev = pcidev->revision;
        s->codec->private_data = s;
        s->codec->id = 0;
        s->codec->codec_read = rdcodec;
This page took 0.032264 seconds and 4 git commands to generate.