Style fixes to last patch. Thanks Axel!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19573 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2006-12-20 16:54:25 +00:00
parent 021a6aa77e
commit 175f68c589
@@ -530,12 +530,13 @@ ConfigurationWindow::InitWindow(void)
sprintf(string, "%04lx", devicesInfo->GetInfo()->id[1] & 0xffff);
cardID = string;
for (uint32 i=0; i<PCI_DEVTABLE_LEN; i++)
for (uint32 i = 0; i < PCI_DEVTABLE_LEN; i++) {
if (PciDevTable[i].VenId == devicesInfo->GetInfo()->id[0] & 0xffff &&
PciDevTable[i].DevId == devicesInfo->GetInfo()->id[1] & 0xffff) {
cardName = PciDevTable[i].ChipDesc;
break;
}
}
}
break;
case B_PCMCIA_BUS: vendor = "XX"; break;