From: Jesper Juhl Date: Sat, 25 Aug 2007 06:23:41 +0000 (-0700) Subject: [IRDA]: Do not do pointless kmalloc return value cast in KingSun driver X-Git-Tag: v2.6.23-rc4~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901ded25fb98d76e55a8920834b173e7efc026b6;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed