mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 17:24:45 +00:00
Removed unnecessary curly braces for Geode LX PCI ID.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user