Remove warning in inet; this situation is harmless and can be caused by a race
This commit is contained in:
parent
5e602d3dab
commit
5c591816cb
@ -439,9 +439,11 @@ u32_t flags;
|
|||||||
|
|
||||||
if (eth_port->etp_osdep.etp_state != OEPS_IDLE)
|
if (eth_port->etp_osdep.etp_state != OEPS_IDLE)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
printf(
|
printf(
|
||||||
"eth_set_rec_conf: setting OEPF_NEED_CONF, state = %d\n",
|
"eth_set_rec_conf: setting OEPF_NEED_CONF, state = %d\n",
|
||||||
eth_port->etp_osdep.etp_state);
|
eth_port->etp_osdep.etp_state);
|
||||||
|
#endif
|
||||||
eth_port->etp_osdep.etp_flags |= OEPF_NEED_CONF;
|
eth_port->etp_osdep.etp_flags |= OEPF_NEED_CONF;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user