Page MenuHomeFreeBSD

D2085.diff
No OneTemporary

D2085.diff

Index: head/sys/dev/sfxge/sfxge_port.c
===================================================================
--- head/sys/dev/sfxge/sfxge_port.c
+++ head/sys/dev/sfxge/sfxge_port.c
@@ -241,7 +241,7 @@
SFXGE_PORT_LOCK(port);
if (port->wanted_fc != fcntl) {
- if (__predict_false(port->init_state == SFXGE_PORT_STARTED))
+ if (port->init_state == SFXGE_PORT_STARTED)
error = efx_mac_fcntl_set(sc->enp,
port->wanted_fc,
B_TRUE);

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 16, 6:09 AM (14 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28769586
Default Alt Text
D2085.diff (464 B)

Event Timeline