View | Details | Raw Unified | Return to bug 146462
Collapse All | Expand All

(-)programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c (-1 / +1 lines)
Lines 863-869 Link Here
863
	}
863
	}
864
864
865
	if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *)fbmode))
865
	if (-1 == ioctl(fPtr->fd, FBIOBLANK, (void *)fbmode))
866
		xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
866
		xf86DrvMsg(pScrn->scrnIndex, X_INFO,
867
			   "FBIOBLANK: %s\n", strerror(errno));
867
			   "FBIOBLANK: %s\n", strerror(errno));
868
}
868
}
869
869

Return to bug 146462