mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
qla2x00t-32gbit, target: Remove a set-but-not-used variable
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8096 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5452,7 +5452,6 @@ qlt_alloc_qfull_cmd(struct scsi_qla_host *vha,
|
||||
struct qla_tgt *tgt = vha->vha_tgt.qla_tgt;
|
||||
struct qla_hw_data *ha = vha->hw;
|
||||
struct fc_port *sess;
|
||||
struct se_session *se_sess;
|
||||
struct qla_tgt_cmd *cmd;
|
||||
unsigned long flags;
|
||||
|
||||
@@ -5483,8 +5482,6 @@ qlt_alloc_qfull_cmd(struct scsi_qla_host *vha,
|
||||
if (!sess)
|
||||
return;
|
||||
|
||||
se_sess = sess->se_sess;
|
||||
|
||||
cmd = ha->tgt.tgt_ops->get_cmd(sess);
|
||||
if (!cmd) {
|
||||
ql_dbg(ql_dbg_io, vha, 0x3009,
|
||||
|
||||
Reference in New Issue
Block a user