aboutsummaryrefslogtreecommitdiff
path: root/memory_ldst.c.inc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-06-17 13:53:29 +0200
committerCorey Minyard <cminyard@mvista.com>2021-07-08 14:15:01 -0500
commitcbecd9f8224827a34857a650ddd9ea1ea2b1163f (patch)
treeaa37a99eab51bbd5992307bb60010a43a24874c4 /memory_ldst.c.inc
parent4e367e65c29091951c9e94e108701003c6b61869 (diff)
downloadqemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.zip
qemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.tar.gz
qemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.tar.bz2
hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Instead of using the confuse i2c_send_recv(), replace i2c_send_recv(send = true) by i2c_send() and i2c_send_recv(send = false) by i2c_recv(). During the replacement we also change a while() statement by for(). The resulting code is easier to review. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'memory_ldst.c.inc')
0 files changed, 0 insertions, 0 deletions