[patch 2/2] xf86-video-intel: remove pipe set failed msg

Hong Liu hong.liu at intel.com
Wed Nov 7 23:34:11 PST 2007


Just remove this annoying message since it is harmless.

Thanks,
Hong


diff --git a/src/i830_dri.c b/src/i830_dri.c
index 4d3458f..4928808 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1762,7 +1762,6 @@ I830DRISetVBlankInterrupt (ScrnInfoPtr pScrn, Bool on)
 	}
 	if (drmCommandWrite(pI830->drmSubFD, DRM_I830_SET_VBLANK_PIPE,
 			    &pipe, sizeof (pipe))) {
-	    xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "I830 Vblank Pipe Setup Failed %d\n", pipe.pipe);
 	    return FALSE;
 	}
     }



More information about the xorg mailing list