]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove warning in inet; this situation is harmless and can be caused by a race
authorErik van der Kouwe <erik@minix3.org>
Thu, 1 Jul 2010 06:14:38 +0000 (06:14 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 1 Jul 2010 06:14:38 +0000 (06:14 +0000)
servers/inet/mnx_eth.c

index a255887ccd1d703b7e9bb2b969c555102da8b71c..fed315dbb7b1a3248fa969165a833fe62e8d169b 100644 (file)
@@ -439,9 +439,11 @@ u32_t flags;
 
        if (eth_port->etp_osdep.etp_state != OEPS_IDLE)
        {
+#if 0
                printf(
                "eth_set_rec_conf: setting OEPF_NEED_CONF, state = %d\n",
                        eth_port->etp_osdep.etp_state);
+#endif
                eth_port->etp_osdep.etp_flags |= OEPF_NEED_CONF;
                return;
        }