--- src/sys/dev/video/ctx/ctx.c 2006/09/10 01:26:37 1.11 +++ src/sys/dev/video/ctx/ctx.c 2008/01/06 16:55:51 1.12 @@ -221,8 +221,6 @@ ctxopen(struct dev_open_args *ap) /* get space for the LUT buffer */ sr->lutp = kmalloc(LUTSIZE, M_DEVBUF, M_WAITOK); - if (sr->lutp == NULL) - return (ENOMEM); sr->flag = OPEN;