]> git.proxmox.com Git - mirror_qemu.git/commit - hw/audio/es1370.c
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
authorVolker Rümelin <vr_qemu@t-online.de>
Sun, 17 Sep 2023 06:58:10 +0000 (08:58 +0200)
committerPatchew Applier <no-reply@patchew.org>
Tue, 10 Oct 2023 12:31:05 +0000 (12:31 +0000)
commita4b342a3318667bb962ca28e2286dc2e53397c7a
tree2e2cd04b39732b7cb54e15c2e98054dda8d5968f
parent480e4c7abc9cb9e45b32563081841407016ed6aa
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot

Replace the #ifdef ES1370_VERBOSE code with code that the compiler
can optimize away to avoid bit rot and fix the already rotten code.

Tested-by: Rene Engel <ReneEngel80@emailn.de>
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-5-vr_qemu@t-online.de>
hw/audio/es1370.c