From: Amit Shah Date: Wed, 24 Feb 2010 05:06:51 +0000 (+0530) Subject: virtio: console: Fix type of 'len' as unsigned int X-Git-Tag: v2.6.34-rc1~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604b2ad7ccb11569d3b843bb1ce0fbe034e70769;p=pandora-kernel.git virtio: console: Fix type of 'len' as unsigned int We declare 'len' as int type but it should be 'unsigned int', as get_buf() wants it to be. Signed-off-by: Amit Shah Reported-by: Juan Quintela --- Reading git-diff-tree failed