Re: [PATCH] make kmalloc error return unconditional in hysdn_net.c(245ac1)

2001-05-29 Thread Kai Germaschewski
On Mon, 28 May 2001, Rasmus Andersen wrote: > The patch below fixes what I believe is a bug in hysdn_net.c. > I cannot see how we can proceed under _any_ circumstances > after the kmalloc fails. Applies against 245ac1. Yep, you're obviously right. Thanks, I'll check in your patch into our CVS, a

[PATCH] make kmalloc error return unconditional in hysdn_net.c (245ac1)

2001-05-28 Thread Rasmus Andersen
Hi. The patch below fixes what I believe is a bug in hysdn_net.c. I cannot see how we can proceed under _any_ circumstances after the kmalloc fails. Applies against 245ac1. --- linux-245-ac1-clean/drivers/isdn/hysdn/hysdn_net.c Sun May 27 22:15:22 2001 +++ linux-245-ac1/drivers/isdn/hysdn/hysd