mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
14cec170ea
commit
31da45ce04
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue