Removed unnecessary curly braces for Geode LX PCI ID.

This commit is contained in:
Martin-Éric Racine 2009-09-04 03:41:08 +03:00
parent 842b7a47d5
commit afd800dae4

View File

@ -153,9 +153,8 @@ videoPtrToDriverList(struct pci_device *dev,
{
/* AMD Geode LX */
case 0x1022:
if (dev->device_id == 0x2081) {
if (dev->device_id == 0x2081)
driverList[0] = "geode";
}
break;
/* older Geode products acquired by AMD but still carrying an NSC vendor_id */
case 0x100B: