Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273206
b: refs/heads/master
c: 286f9a2
h: refs/heads/master
v: v3
  • Loading branch information
Amit Shah authored and Rusty Russell committed Nov 2, 2011
1 parent 4615189 commit 4e564e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 00b894e874581f6b388c5817d4d5546c22cf9640
refs/heads/master: 286f9a226f11e4a05d08999417fd838c0ca91d7a
2 changes: 1 addition & 1 deletion trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ static int init_vqs(struct ports_device *portdev)
portdev->out_vqs = kmalloc(nr_ports * sizeof(struct virtqueue *),
GFP_KERNEL);
if (!vqs || !io_callbacks || !io_names || !portdev->in_vqs ||
!portdev->out_vqs) {
!portdev->out_vqs) {
err = -ENOMEM;
goto free;
}
Expand Down

0 comments on commit 4e564e8

Please sign in to comment.