]> git.proxmox.com Git - mirror_qemu.git/commit
hw/timer/bcm2835: Rename variable holding CTRL_STATUS register
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 10 Oct 2020 20:37:07 +0000 (22:37 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Oct 2020 15:12:00 +0000 (16:12 +0100)
commitcdb490da8695ec67dbc151335b31450abb9e564e
treec9c257766ae78033eda0277d709505cd0383ca9a
parentf3f69362fdd957dbdc6b5bd1120347560752e4b2
hw/timer/bcm2835: Rename variable holding CTRL_STATUS register

The variable holding the CTRL_STATUS register is misnamed
'status'. Rename it 'ctrl_status' to make it more obvious
this register is also used to control the peripheral.

Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201010203709.3116542-3-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/bcm2835_systmr.c
include/hw/timer/bcm2835_systmr.h