xilinx-eth: Remove debug print.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
42f1ced228
commit
b20a0083a1
@ -165,7 +165,6 @@ static int eth_can_rx(VLANClientState *vc)
|
||||
struct xlx_ethlite *s = vc->opaque;
|
||||
int r;
|
||||
r = !(s->regs[R_RX_CTRL0] & CTRL_S);
|
||||
qemu_log("%s %d\n", __func__, r);
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user