Re: [Patch] sis_main.c

2001-05-04 Thread Christopher Kanaan
Sorry --- /usr/src/linux/drivers/video/sis/sis_main.c Fri Feb 9 11:30:23 2001 +++ ./sis_main.cFri May 4 07:34:47 2001 @@ -1030,6 +1030,10 @@ if (heap.pohFreeList == NULL) { poha = kmalloc(OH_ALLOC_SIZE, GFP_KERNEL); + if(!poha) { +

[Patch] sis_main.c

2001-05-04 Thread Christopher Kanaan
Hello, I am a working with Dawson Englers meta compilation group at Stanford. Here is a patch for sis_main.c Basically the patch checks to see if kmalloc returns null. This patch applies to kernel version 2.4.4 Thanks, Christopher Kanaan --- /usr/src/linux/drivers/video/sis/sis_main.c Fri