Module Name:    xsrc
Committed By:   jakllsch
Date:           Mon Dec 28 18:50:28 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-radeonhd/dist/src: rhd_id.c

Log Message:
Fix incorrect LIST_END macro.

>From xf86-video-radeonhd commit cc1bb50bb44354be7793e4fc45c625746571ec96.

Fixes PR/41950.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
    xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c
diff -u xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.1.1.4 xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.2
--- xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c:1.1.1.4	Mon Nov  9 01:43:57 2009
+++ xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_id.c	Mon Dec 28 18:50:27 2009
@@ -112,7 +112,7 @@
 # define RHD_DEVICE_MATCH(d, i) \
     { 0x1002, (d), PCI_MATCH_ANY, PCI_MATCH_ANY, 0, 0, (i) }
 # define PCI_ID_LIST struct pci_id_match RHDDeviceMatch[]
-# define LIST_END { 0, 0, (~0), (~0), 0, 0, 0 }
+# define LIST_END { 0, 0, 0, 0, 0, 0, 0 }
 #else
 resRange res_none[] = { _END };
 

Reply via email to