mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
qla2x00t-32gbit: Remove unneeded break statements
A break is not needed if it is preceded by a return or goto. Link: https://lore.kernel.org/r/20201019142333.16584-1-trix@redhat.com Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> See also upstream commit 170b7d2de29e6239b8dbc63a88de1fa9789b0d8d. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9284 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4030,7 +4030,6 @@ qla24xx_report_id_acquisition(scsi_qla_host_t *vha,
|
||||
|
||||
set_bit(N2N_LOGIN_NEEDED, &vha->dpc_flags);
|
||||
return;
|
||||
break;
|
||||
case TOPO_FL:
|
||||
ha->current_topology = ISP_CFG_FL;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user