Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370949
b: refs/heads/master
c: 71bcbec
h: refs/heads/master
i:
  370947: c59a45c
v: v3
  • Loading branch information
Rusty Russell committed Mar 20, 2013
1 parent 4cc8524 commit b450d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6797999d99587e7b4189cf24c8f1053e02444703
refs/heads/master: 71bcbecc89a6b24f2c60d3e4271e76013fa46860
3 changes: 1 addition & 2 deletions trunk/drivers/net/caif/caif_virtio.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,7 @@ static int cfv_netdev_tx(struct sk_buff *skb, struct net_device *netdev)
goto err;
}

ret = virtqueue_add_buf(cfv->vq_tx, &sg, 1, 0,
buf_info, GFP_ATOMIC);
ret = virtqueue_add_outbuf(cfv->vq_tx, &sg, 1, buf_info, GFP_ATOMIC);
if (unlikely((ret < 0))) {
/* If flow control works, this shouldn't happen */
netdev_warn(cfv->ndev, "Failed adding buffer to TX vring:%d\n",
Expand Down

0 comments on commit b450d61

Please sign in to comment.