Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347463
b: refs/heads/master
c: 49e86f1
h: refs/heads/master
i:
  347461: e3a478c
  347459: 816479a
  347455: b5c7486
v: v3
  • Loading branch information
Amit Shah authored and Rusty Russell committed Dec 18, 2012
1 parent 3333742 commit 40a0a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ed4cb073438e2154778f0d693d966359afd6549
refs/heads/master: 49e86f16866fbf8e3c9a6b0770eb6f3c167f4b72
2 changes: 2 additions & 0 deletions trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ static int add_inbuf(struct virtqueue *vq, struct port_buffer *buf)

ret = virtqueue_add_buf(vq, sg, 0, 1, buf, GFP_ATOMIC);
virtqueue_kick(vq);
if (!ret)
ret = vq->num_free;
return ret;
}

Expand Down

0 comments on commit 40a0a01

Please sign in to comment.