diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 38809c4dd..c37bc7b46 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -1769,7 +1769,7 @@ size_t qla2xxx_del_vtarget(u64 *port_name) /* We only allow support on Channel 0 !!! */ list_for_each_entry(vport, &fc_host->vports, peers) { if ((vport->channel == 0) && - (vport->port_name == *port_name)) { + (vport->port_name == *port_name)) { match = 1; break; }