Re: [PATCH 16/30] net: Avoid pointless allocation casts in BSD compression module

2007-08-24 Thread David Miller
From: Jesper Juhl <[EMAIL PROTECTED]> Date: Fri, 24 Aug 2007 02:06:58 +0200 > The general kernel memory allocation functions return void pointers > and there is no need to cast their return values. > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send

[PATCH 16/30] net: Avoid pointless allocation casts in BSD compression module

2007-08-23 Thread Jesper Juhl
The general kernel memory allocation functions return void pointers and there is no need to cast their return values. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/net/bsd_comp.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/net/bsd_comp.c b/dr