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
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