From: Jesper Juhl Date: Fri, 24 Aug 2007 00:28:42 +0000 (+0200) Subject: tty: dont needlessly cast kmalloc() return value X-Git-Tag: v2.6.23-rc4~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abcb1ff326bfe74f3611d7de653276540ea060dd;p=pandora-kernel.git tty: dont needlessly cast kmalloc() return value kmalloc() hands us a void pointer, we don't need to cast it. Signed-off-by: Jesper Juhl Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed