summaryrefslogtreecommitdiffstats
path: root/include/hw/display/xlnx_dp.h
diff options
context:
space:
mode:
authorPaolo Bonzini2016-07-07 14:47:00 +0200
committerPeter Maydell2016-07-07 14:47:00 +0200
commit5229f45bd98558af84d806a98032df3cb741c357 (patch)
treefbdcea867a0930926831f3cc2ecdc0755fcd15f8 /include/hw/display/xlnx_dp.h
parentxlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifo (diff)
downloadqemu-5229f45bd98558af84d806a98032df3cb741c357.tar.gz
qemu-5229f45bd98558af84d806a98032df3cb741c357.tar.xz
qemu-5229f45bd98558af84d806a98032df3cb741c357.zip
aux: fix break that wanted to break two levels out
The last "ret = AUX_I2C_NACK;" is dead, because it is always overridden by AUX_I2C_ACK. What really the code wants is to jump out of the switch statement, and a "return" will not cut it because it would omit a debug printf. Change the logic so that we can break out of the while loop. For clarity, hoist the bus->last_* assignments up, right after i2c_start_transfer. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/display/xlnx_dp.h')
0 files changed, 0 insertions, 0 deletions