[POWERPC] Don't cast kmalloc return value in ibmebus.c
authorJesper Juhl <jesper.juhl@gmail.com>
Thu, 23 Aug 2007 23:45:08 +0000 (09:45 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Sep 2007 04:40:54 +0000 (14:40 +1000)
kmalloc() returns a void pointer so there is absolutely no need to
cast it in ibmebus_chomp().

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found