File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -145,16 +145,17 @@ void fnic_handle_link(struct work_struct *work)
145
145
spin_unlock_irqrestore (& fnic -> fnic_lock , flags );
146
146
if (fnic -> config .flags & VFCF_FIP_CAPABLE ) {
147
147
/* start FCoE VLAN discovery */
148
- fnic_fc_trace_set_data (
149
- fnic -> lport -> host -> host_no ,
150
- FNIC_FC_LE , "Link Status: DOWN_UP_VLAN" ,
151
- strlen ("Link Status: DOWN_UP_VLAN" ));
148
+ fnic_fc_trace_set_data (fnic -> lport -> host -> host_no ,
149
+ FNIC_FC_LE , "Link Status: DOWN_UP_VLAN" ,
150
+ strlen ("Link Status: DOWN_UP_VLAN" ));
152
151
fnic_fcoe_send_vlan_req (fnic );
152
+
153
153
return ;
154
154
}
155
+
155
156
FNIC_FCS_DBG (KERN_DEBUG , fnic -> lport -> host , "link up\n" );
156
157
fnic_fc_trace_set_data (fnic -> lport -> host -> host_no , FNIC_FC_LE ,
157
- "Link Status: DOWN_UP" , strlen ("Link Status: DOWN_UP" ));
158
+ "Link Status: DOWN_UP" , strlen ("Link Status: DOWN_UP" ));
158
159
fcoe_ctlr_link_up (& fnic -> ctlr );
159
160
} else {
160
161
/* UP -> DOWN */
You can’t perform that action at this time.
0 commit comments