Commit 971d6fff authored by Adheer Chandravanshi's avatar Adheer Chandravanshi Committed by Christoph Hellwig
Browse files

qla4xxx: Fix smatch warning in func qla4xxx_conn_get_param

parent 73597bdd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2879,7 +2879,6 @@ static int qla4xxx_conn_get_param(struct iscsi_cls_conn *cls_conn,
	struct iscsi_conn *conn;
	struct qla_conn *qla_conn;
	struct sockaddr *dst_addr;
	int len = 0;

	conn = cls_conn->dd_data;
	qla_conn = conn->dd_data;
@@ -2893,9 +2892,6 @@ static int qla4xxx_conn_get_param(struct iscsi_cls_conn *cls_conn,
	default:
		return iscsi_conn_get_param(cls_conn, param, buf);
	}

	return len;

}

int qla4xxx_get_ddb_index(struct scsi_qla_host *ha, uint16_t *ddb_index)