Re: [PATCH] Remove more unneeded typecasts on *malloc()

2006-01-11 Thread David S. Miller
From: "Kris Katterjohn" <[EMAIL PROTECTED]> Date: Wed, 11 Jan 2006 06:08:29 -0800 > This removes more unneeded casts on the return value for kmalloc(), > sock_kmalloc(), and vmalloc(). > > Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send t

Re: [PATCH] Remove more unneeded typecasts on *malloc()

2006-01-11 Thread James Morris
On Wed, 11 Jan 2006, Kris Katterjohn wrote: > This removes more unneeded casts on the return value for kmalloc(), > sock_kmalloc(), and vmalloc(). > > Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> > > This is a diff against 2.6.15-git7. Acked-by: James Morris <[EMAIL PROTECTED]> -- Jame

[PATCH] Remove more unneeded typecasts on *malloc()

2006-01-11 Thread Kris Katterjohn
This removes more unneeded casts on the return value for kmalloc(), sock_kmalloc(), and vmalloc(). Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> This is a diff against 2.6.15-git7. Thanks! --- x/net/atm/lec.c 2006-01-11 07:08:52.0 -0600 +++ y/net/atm/lec.c 2006-01-11 07:15: