]> xenbits.xensource.com Git - seabios.git/commit
vgabios: Return from handle_1011() if handler found.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 28 May 2014 13:09:05 +0000 (09:09 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 28 May 2014 13:09:05 +0000 (09:09 -0400)
commitc58799cbee6a7a97ad8253494232da29b4a1b275
tree8e8a523a7d72f7d000ae0a92786920b6fc117621
parente51488c5f8800a52ac5c8da7a31b85cca5cc95d2
vgabios: Return from handle_1011() if handler found.

Fix cut-and-paste error in handle_1011() causing spurious debug_stub()
calls when CONFIG_VGA_STDVGA_PORTS is enabled.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
vgasrc/vgabios.c