commit | defde66996476295dc7b1b60ea318965f8c3ad86 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Sep 14 13:06:42 2011 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Nov 02 11:41:00 2011 +1030 |
tree | 8dcf44f08a9287dec917e36808867e7943ea0b01 | |
parent | a08fa92d16f2fa112e3400c6c513d23ae78b960a [diff] |
virtio: console: Fix return type for get_inbuf() get_inbuf() returns void *. There's no reason to return void pointers instead of the correct struct port_buffer *. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>