From: Jason Lunz Date: Wed, 21 Feb 2007 07:19:54 +0000 (-0800) Subject: [AF_PACKET]: Remove unnecessary casts. X-Git-Tag: v2.6.21-rc2~38^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad930650c0e694233971c56e8de8e78b896e2613;p=pandora-kernel.git [AF_PACKET]: Remove unnecessary casts. packet_lookup_frame() always returns tpacket_hdr*, so there's no reason to return char* and require casting by callers. Also, remove a cast of void*. Signed-off-by: Jason Lunz Signed-off-by: David S. Miller --- Reading git-diff-tree failed