]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit44fcf1c9d03e1f4a3c712031c92fb52d71b2106c
tree2af7a13fbcf2ac35c0029ba0e211d276f1b5f097
parent1e773de8916775c8ab331004138737ccf52110ad
[POWERPC] Don't cast kmalloc return value in ibmebus.c

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>
arch/powerpc/kernel/ibmebus.c