summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-01-21 14:18:37 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-03-10 08:15:33 +0300
commit31da45ce04c5e886369bf88bf727cef5ccb3b12b (patch)
tree7b69eda1cebafcf3b59320aff7c254d9324cfbf4 /hw
parent14cec170ea4724e6881ba2febb20e88a942e52d3 (diff)
downloadqemu-31da45ce04c5e886369bf88bf727cef5ccb3b12b.tar.gz
qemu-31da45ce04c5e886369bf88bf727cef5ccb3b12b.tar.bz2
qemu-31da45ce04c5e886369bf88bf727cef5ccb3b12b.zip
xilinx_ethlite: Clean up after commit 2f991ad
The "fall through" added by the commit is clearly intentional. Mark it so. Hushes up Coverity. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
-rw-r--r--hw/net/xilinx_ethlite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/xilinx_ethlite.c b/hw/net/xilinx_ethlite.c
index 9536f64584..ad6b55306d 100644
--- a/hw/net/xilinx_ethlite.c
+++ b/hw/net/xilinx_ethlite.c
@@ -146,6 +146,7 @@ eth_write(void *opaque, hwaddr addr,
if (!(value & CTRL_S)) {
qemu_flush_queued_packets(qemu_get_queue(s->nic));
}
+ /* fall through */
case R_TX_LEN0:
case R_TX_LEN1:
case R_TX_GIE0: