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:
c6d5fef
)
vxge: remove deprecated syststamp timestamp
author
Willem de Bruijn
<willemb@google.com>
Fri, 25 Jul 2014 22:01:30 +0000
(18:01 -0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Jul 2014 18:39:49 +0000
(11:39 -0700)
This driver explicitly clears a field that is unused and about to be
removed. Remove the initialization.
All fields in skb_shared_info before dataref are cleared in
__alloc_skb, so the removal is safe even while syststamp exists.
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found