Re: [PATCH 10/30] irda: Do not do pointless kmalloc return value cast in KingSun driver

2007-08-25 Thread David Miller
From: Jesper Juhl <[EMAIL PROTECTED]> Date: Fri, 24 Aug 2007 01:54:23 +0200 > kmalloc() returns a void pointer, so there is no need to cast it in > drivers/net/irda/kingsun-sir.c::kingsun_probe(). > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Applied. - To unsubscribe from this list: send

Re: [PATCH 10/30] irda: Do not do pointless kmalloc return value cast in KingSun driver

2007-08-25 Thread David Miller
From: Jesper Juhl [EMAIL PROTECTED] Date: Fri, 24 Aug 2007 01:54:23 +0200 kmalloc() returns a void pointer, so there is no need to cast it in drivers/net/irda/kingsun-sir.c::kingsun_probe(). Signed-off-by: Jesper Juhl [EMAIL PROTECTED] Applied. - To unsubscribe from this list: send the

[PATCH 10/30] irda: Do not do pointless kmalloc return value cast in KingSun driver

2007-08-23 Thread Jesper Juhl
kmalloc() returns a void pointer, so there is no need to cast it in drivers/net/irda/kingsun-sir.c::kingsun_probe(). Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- drivers/net/irda/kingsun-sir.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 10/30] irda: Do not do pointless kmalloc return value cast in KingSun driver

2007-08-23 Thread Jesper Juhl
kmalloc() returns a void pointer, so there is no need to cast it in drivers/net/irda/kingsun-sir.c::kingsun_probe(). Signed-off-by: Jesper Juhl [EMAIL PROTECTED] --- drivers/net/irda/kingsun-sir.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git