From afe653ef57d79f6d7211802eb8beefa06589d800 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 14 Sep 2011 13:06:42 +0530 Subject: [PATCH] --- yaml --- r: 273209 b: refs/heads/master c: defde66996476295dc7b1b60ea318965f8c3ad86 h: refs/heads/master i: 273207: f2fed80353107c6ad27f103ce91b767af7eb99e1 v: v3 --- [refs] | 2 +- trunk/drivers/char/virtio_console.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2c268e6a48af..eb3b13a90e26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a08fa92d16f2fa112e3400c6c513d23ae78b960a +refs/heads/master: defde66996476295dc7b1b60ea318965f8c3ad86 diff --git a/trunk/drivers/char/virtio_console.c b/trunk/drivers/char/virtio_console.c index 8f49d0f034e0..3516aeb7f06c 100644 --- a/trunk/drivers/char/virtio_console.c +++ b/trunk/drivers/char/virtio_console.c @@ -348,7 +348,7 @@ static struct port_buffer *alloc_buf(size_t buf_size) } /* Callers should take appropriate locks */ -static void *get_inbuf(struct port *port) +static struct port_buffer *get_inbuf(struct port *port) { struct port_buffer *buf; struct virtqueue *vq;