From: Amit Shah Date: Wed, 14 Sep 2011 07:36:42 +0000 (+0530) Subject: virtio: console: Fix return type for get_inbuf() X-Git-Tag: v3.2-rc1~83^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defde66996476295dc7b1b60ea318965f8c3ad86;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed