[HAL]
authorAleksey Bragin <aleksey@reactos.org>
Wed, 2 Jun 2010 11:26:19 +0000 (11:26 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Wed, 2 Jun 2010 11:26:19 +0000 (11:26 +0000)
- Fix a typo.

svn path=/trunk/; revision=47517

reactos/hal/halx86/generic/bus/pcibus.c

index 3c46e80..ef3def4 100644 (file)
@@ -391,7 +391,6 @@ HalpGetPCIData(IN PBUS_HANDLER BusHandler,
         if (PciConfig->VendorID == PCI_INVALID_VENDORID)
         {
             /* It's invalid, but we want to return this much */
-            PciConfig->VendorID = PCI_INVALID_VENDORID;
             Len = sizeof(USHORT);
         }