ocs_fc: Remove a stray semicolon

MFC after:	1 week

(cherry picked from commit 36756195a342dbfb8fcfc7561b1d656fc6310d05)
This commit is contained in:
Zhenlei Huang 2024-10-24 23:04:50 +08:00
parent 1d8eda2e32
commit 02e61e1d9e

View file

@ -12192,7 +12192,7 @@ ocs_hw_set_persistent_topology(ocs_hw_t *hw, uint32_t topology, uint32_t opts)
param.persistent_topo = SLI4_INIT_LINK_F_P2P_FAIL_OVER;
param.topo_failover = 1;
} else {
param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY;;
param.persistent_topo = SLI4_INIT_LINK_F_P2P_ONLY;
param.topo_failover = 0;
}
break;