Skip to content
Commit bef1bc95 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

skb->tail in ibm_newemac should be skb_tail_pointer()



... since that sucker is not 32bit-only and on 64bit skb->tail is an
offset, not a pointer.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 52d4e661
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment