]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fec_mpc52xx: fix timestamp filtering
authorStephan Gatzka <stephan@gatzka.org>
Sat, 2 Jun 2012 03:04:06 +0000 (03:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Jun 2012 15:36:12 +0000 (00:36 +0900)
commitfd62fa971584007e612be6e531101842de97715a
treeab1b70e87f4e3094b24bf3d1750b163741b686a6
parentc8c0b91569f01d7713c843245c538b51f733646a
fec_mpc52xx: fix timestamp filtering

commit 9ca3cc6f3026946ba655e863ca2096339e667639 upstream.

skb_defer_rx_timestamp was called with a freshly allocated skb but must
be called with rskb instead.

Signed-off-by: Stephan Gatzka <stephan@gatzka.org>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/freescale/fec_mpc52xx.c