mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 11:38:20 +02:00
Removed unnecessary curly braces for Geode LX PCI ID.
This commit is contained in:
parent
842b7a47d5
commit
afd800dae4
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue