fec_mpc52xx: fix timestamp filtering
authorStephan Gatzka <stephan@gatzka.org>
Sat, 2 Jun 2012 03:04:06 +0000 (03:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Jun 2012 21:09:08 +0000 (17:09 -0400)
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>
Cc: stable <stable@vger.kernel.org>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found