hw/audio/es1370: change variable type and name
commitca98851835645f46eaa5b98bbfb307650b42fc64
authorVolker Rümelin <vr_qemu@t-online.de>
Sun, 17 Sep 2023 06:58:12 +0000 (17 08:58 +0200)
committerPatchew Applier <no-reply@patchew.org>
Tue, 10 Oct 2023 12:31:05 +0000 (10 12:31 +0000)
tree9276dfa42fc15e259da1e077ef2baf653c32a3c1
parent02e7de686ae6d1ac3419e1c5bfc038599c493f4a
hw/audio/es1370: change variable type and name

Change the type of the variable temp to size_t to avoid a type
cast. While at it, rename the variable name to to_transfer. This
improves the readability of the code.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Tested-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20230917065813.6692-7-vr_qemu@t-online.de>
hw/audio/es1370.c