rpms/kernel/devel linux-2.6-drm-mga-oops.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Nov 19 23:53:38 UTC 2005


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv949

Modified Files:
	linux-2.6-drm-mga-oops.patch 
Log Message:
doh

linux-2.6-drm-mga-oops.patch:
 mga_drv.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-drm-mga-oops.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-drm-mga-oops.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-drm-mga-oops.patch	19 Nov 2005 23:40:41 -0000	1.1
+++ linux-2.6-drm-mga-oops.patch	19 Nov 2005 23:53:35 -0000	1.2
@@ -6,7 +6,7 @@
  	 */
  
 -	if ((pdev->device == 0x0525)
-+	if ((pdev->device == 0x0525) && pdev->bus->self &&
++	if ((pdev->device == 0x0525) && pdev->bus->self
  	    && (pdev->bus->self->vendor == 0x3388)
  	    && (pdev->bus->self->device == 0x0021)) {
  		return 0;




More information about the fedora-cvs-commits mailing list