commit | 61a564fd2e7ab13ab11a6ce8305433baacf344ef | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri Aug 24 09:45:08 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 19 14:40:54 2007 +1000 |
tree | 2af7a13fbcf2ac35c0029ba0e211d276f1b5f097 | |
parent | e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828 [diff] |
[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>