commit | 604b2ad7ccb11569d3b843bb1ce0fbe034e70769 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Feb 24 10:36:51 2010 +0530 |
committer | Amit Shah <amit.shah@redhat.com> | Thu Mar 04 13:40:33 2010 +0530 |
tree | 16da7dee1fdadf367a583b1642adb3b97628f4bc | |
parent | eaa5eec739637f32f8733d528ff0b94fd62b1214 [diff] |
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 <amit.shah@redhat.com> Reported-by: Juan Quintela <quintela@redhat.com>