diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c index c54f8acc97eb9af4db952f428d9d322071d77398..180e383f707c905b6dcb6e6fb2343ba0b234bfaf 100644 --- a/net/ipx/af_ipx.c +++ b/net/ipx/af_ipx.c @@ -1797,7 +1797,7 @@ static int ipx_recvmsg(struct kiocb *iocb, struct socket *sock, if (rc) goto out_free; if (skb->tstamp.off_sec) - skb_get_timestamp(skb, &sk->sk_stamp) + skb_get_timestamp(skb, &sk->sk_stamp); msg->msg_namelen = sizeof(*sipx);