From afd800dae4f7491baee08509094a30160bb9c849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin-=C3=89ric=20Racine?= Date: Fri, 4 Sep 2009 03:41:08 +0300 Subject: [PATCH] Removed unnecessary curly braces for Geode LX PCI ID. --- hw/xfree86/common/xf86AutoConfig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index 5fb9677ef..0e8b65b2d 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -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: