xserver: Branch 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Thu Sep 3 17:42:38 PDT 2009


 hw/xfree86/common/xf86AutoConfig.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit afd800dae4f7491baee08509094a30160bb9c849
Author: Martin-Éric Racine <q-funk at iki.fi>
Date:   Fri Sep 4 03:41:08 2009 +0300

    Removed unnecessary curly braces for Geode LX PCI ID.

diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index 5fb9677..0e8b65b 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:


More information about the xorg-commit mailing list