]> git.baikalelectronics.ru Git - kernel.git/commit
skb->tail in ibm_newemac should be skb_tail_pointer()
authorAl Viro <viro@ftp.linux.org.uk>
Sun, 14 Oct 2007 18:20:30 +0000 (19:20 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 14 Oct 2007 19:41:51 +0000 (12:41 -0700)
commit51ebcdecd310a7b62ebdacc578bf40a92a6cda87
treeac60382df19fe533921620f7f7bcfd397cc7039e
parentd6fa06cd2b69da844ce7e05601aa1554e3d18c66
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: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/ibm_newemac/core.c