X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=039db764b4a345c0956c800f45e1f965eee70819;hb=d9c2f0c816ccafbad28d5d7c451bab2723db8fdf;hp=ea57b3214738bb3953878d253809770631bedce0;hpb=0a0e4eedc63421f847d6639af4795667a094d76f;p=palacios.releases.git 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;