Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347471
b: refs/heads/master
c: 0127f68
h: refs/heads/master
i:
  347469: e92aa09
  347467: c44dd6d
  347463: 40a0a01
  347455: b5c7486
v: v3
  • Loading branch information
Sjur Brændeland authored and Rusty Russell committed Dec 18, 2012
1 parent 7f02c43 commit 83cc1d5
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: fe5295374ec9ac56ba3b619c5c1792b3fd66d859
refs/heads/master: 0127f6855e643c6b8fd5fbe3b5fa23c9d26cd237
2 changes: 1 addition & 1 deletion trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static struct port_buffer *alloc_buf(size_t buf_size)
buf = kmalloc(sizeof(*buf), GFP_KERNEL);
if (!buf)
goto fail;
buf->buf = kzalloc(buf_size, GFP_KERNEL);
buf->buf = kmalloc(buf_size, GFP_KERNEL);
if (!buf->buf)
goto free_buf;
buf->len = 0;
Expand Down

0 comments on commit 83cc1d5

Please sign in to comment.