commit | 901ded25fb98d76e55a8920834b173e7efc026b6 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri Aug 24 23:23:41 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Aug 26 18:35:44 2007 -0700 |
tree | 0542afdab8a9b58aa2dd00f58d6f8103fdf8c3e6 | |
parent | aaa53c4aba14f14de06419a20e552fe2d8823a33 [diff] |
[IRDA]: Do not do pointless kmalloc return value cast in KingSun driver 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 <jesper.juhl@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>