diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/falcon/selftest.c')
| -rw-r--r-- | drivers/net/ethernet/sfc/falcon/selftest.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/net/ethernet/sfc/falcon/selftest.c b/drivers/net/ethernet/sfc/falcon/selftest.c index 92bc34c91547..55c0fbbc4fb8 100644 --- a/drivers/net/ethernet/sfc/falcon/selftest.c +++ b/drivers/net/ethernet/sfc/falcon/selftest.c @@ -431,8 +431,7 @@ static int ef4_begin_loopback(struct ef4_tx_queue *tx_queue)  		/* Copy the payload in, incrementing the source address to  		 * exercise the rss vectors */ -		payload = ((struct ef4_loopback_payload *) -			   skb_put(skb, sizeof(state->payload))); +		payload = skb_put(skb, sizeof(state->payload));  		memcpy(payload, &state->payload, sizeof(state->payload));  		payload->ip.saddr = htonl(INADDR_LOOPBACK | (i << 2)); |