Compile fix.
This commit is contained in:
		
							parent
							
								
									9e8451d869
								
							
						
					
					
						commit
						933ffcdf7d
					
				|  | @ -119,7 +119,7 @@ DDC2MakeDevice(I2CBusPtr pBus, int address, char *name) | ||||||
| 
 | 
 | ||||||
| 	dev->pI2CBus = pBus; | 	dev->pI2CBus = pBus; | ||||||
| 	if (!xf86I2CDevInit(dev)) { | 	if (!xf86I2CDevInit(dev)) { | ||||||
| 	    xf86DrvMsg(scrnIndex, X_PROBED, "No DDC2 device\n"); | 	    xf86DrvMsg(pBus->scrnIndex, X_PROBED, "No DDC2 device\n"); | ||||||
| 	    return NULL; | 	    return NULL; | ||||||
| 	} | 	} | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue