mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ eth_write(void *opaque, hwaddr addr,
|
||||||
if (!(value & CTRL_S)) {
|
if (!(value & CTRL_S)) {
|
||||||
qemu_flush_queued_packets(qemu_get_queue(s->nic));
|
qemu_flush_queued_packets(qemu_get_queue(s->nic));
|
||||||
}
|
}
|
||||||
|
/* fall through */
|
||||||
case R_TX_LEN0:
|
case R_TX_LEN0:
|
||||||
case R_TX_LEN1:
|
case R_TX_LEN1:
|
||||||
case R_TX_GIE0:
|
case R_TX_GIE0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue