Re: [PATCH 17/30] isdn: Get rid of some pointless allocation casts in common and bsd comp.

2007-08-24 Thread David Miller
From: Jesper Juhl <[EMAIL PROTECTED]> Date: Fri, 24 Aug 2007 02:09:34 +0200 > vmalloc() returns a void pointer - no need to cast the return value. > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 17/30] isdn: Get rid of some pointless allocation casts in common and bsd comp.

2007-08-24 Thread Karsten Keil
On Fri, Aug 24, 2007 at 02:09:34AM +0200, Jesper Juhl wrote: > vmalloc() returns a void pointer - no need to cast the return value. > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Acked-by: Karsten Keil <[EMAIL PROTECTED]> > --- > drivers/isdn/i4l/isdn_bsdcomp.c |5 ++--- > drivers/isdn/i

[PATCH 17/30] isdn: Get rid of some pointless allocation casts in common and bsd comp.

2007-08-23 Thread Jesper Juhl
vmalloc() returns a void pointer - no need to cast the return value. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/isdn/i4l/isdn_bsdcomp.c |5 ++--- drivers/isdn/i4l/isdn_common.c |2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/isdn/i4l/isdn_bsd