[AF_PACKET]: Remove unnecessary casts.
authorJason Lunz <lunz@falooley.org>
Wed, 21 Feb 2007 07:19:54 +0000 (23:19 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 26 Feb 2007 19:42:45 +0000 (11:42 -0800)
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 <lunz@falooley.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found