- Fix a typo.

svn path=/trunk/; revision=47517
This commit is contained in:
Aleksey Bragin 2010-06-02 11:26:19 +00:00
parent 59aacb176f
commit 840624212a

View 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);
}