git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca17c23
)
[AF_PACKET]: Remove unnecessary casts.
author
Jason Lunz
<lunz@falooley.org>
Wed, 21 Feb 2007 07:19:54 +0000
(23:19 -0800)
committer
David 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