From: Peter Dinda Date: Thu, 26 Apr 2012 23:05:43 +0000 (-0500) Subject: Minor keyboard bugfix X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9c2f0c816ccafbad28d5d7c451bab2723db8fdf;p=palacios.releases.git Minor keyboard bugfix --- diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index ea57b32..039db76 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -898,7 +898,8 @@ static int keyboard_write_output(struct guest_info * core, ushort_t port, void * break; default: PrintError("keyboard: unknown scancode set %d selected\n", data); - return -1; + ret = -1; + break; } kbd->state = NORMAL;