virtio_net: Fix mis-merge.
Pointed out by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dad1e54b12
commit
b4bf665c57
|
@ -329,7 +329,6 @@ static int add_recvbuf_small(struct virtnet_info *vi, gfp_t gfp)
|
||||||
struct skb_vnet_hdr *hdr;
|
struct skb_vnet_hdr *hdr;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
sg_init_table(sg, 2);
|
|
||||||
skb = netdev_alloc_skb_ip_align(vi->dev, MAX_PACKET_LEN);
|
skb = netdev_alloc_skb_ip_align(vi->dev, MAX_PACKET_LEN);
|
||||||
if (unlikely(!skb))
|
if (unlikely(!skb))
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
Loading…
Reference in New Issue