From 31da45ce04c5e886369bf88bf727cef5ccb3b12b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 21 Jan 2015 14:18:37 +0100 Subject: [PATCH] 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 Reviewed-by: Peter Crosthwaite Signed-off-by: Michael Tokarev --- hw/net/xilinx_ethlite.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.11.0