]> err.no Git - linux-2.6/blobdiff - drivers/char/hw_random.c
[PATCH] hpet: fix drift and url
[linux-2.6] / drivers / char / hw_random.c
index 7e6ac14c2450d3201d68c00bccd390686e461dbf..3480535a09c5f113af1ca110bb0fa37ae58c2206 100644 (file)
@@ -579,7 +579,7 @@ static int __init rng_init (void)
 
        /* Probe for Intel, AMD RNGs */
        for_each_pci_dev(pdev) {
-               ent = pci_match_device (rng_pci_tbl, pdev);
+               ent = pci_match_id(rng_pci_tbl, pdev);
                if (ent) {
                        rng_ops = &rng_vendor_ops[ent->driver_data];
                        goto match;