[NTOS:IO] Fix parsing of resource lists
[reactos.git] / drivers / bus / pcix / enum.c
index edb8a26..fc3563d 100644 (file)
@@ -168,7 +168,7 @@ PciComputeNewCurrentSettings(IN PPCI_PDO_EXTENSION PdoExtension,
             }
 
             /* Move to the next descriptor */
-            Partial = PciNextPartialDescriptor(Partial);
+            Partial = CmiGetNextPartialDescriptor(Partial);
         }
 
         /* We should be starting a new list now */