]> git.proxmox.com Git - mirror_qemu.git/commit
hw/pci-host/designware: Remove unuseful FALLTHROUGH comment
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 18 Dec 2019 19:25:26 +0000 (20:25 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 19:59:08 +0000 (20:59 +0100)
commit7ddd4ceaac2c11b3c76eef0bf69c6cb21f13e013
treec124ee20480563920bebfd6304cc1b0534e81173
parent7c45c1d3c0050ff0913b86aab97b2d9d1741e683
hw/pci-host/designware: Remove unuseful FALLTHROUGH comment

We don't need to explicit this obvious switch fall through.
Stay consistent with the rest of the codebase.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20191218192526.13845-7-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/pci-host/designware.c