Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03003960 authored by Saurav Kashyap's avatar Saurav Kashyap Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin.

parent a72b9900
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3722,8 +3722,7 @@ void qla2x00_relogin(struct scsi_qla_host *vha)
							opts |= BIT_1;
						status2 =
						    qla2x00_get_port_database(
								vha, fcport,
								opts);
							vha, fcport, opts);
						if (status2 != QLA_SUCCESS)
							status = 1;
					}