qla2x00t-32gbit: Remove an obsolete comment

The code that grabs the host lock has been removed considerable time ago.
Hence also remove the comment that refers to the host lock.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8127 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-04-02 04:07:32 +00:00
parent 2e530a04ba
commit 7c66c2a47c

View File

@@ -924,9 +924,6 @@ qla2xxx_qpair_sp_compl(void *ptr, int res)
cmd->scsi_done(cmd);
}
/* If we are SP1 here, we need to still take and release the host_lock as SP1
* does not have the changes necessary to avoid taking host->host_lock.
*/
static int
qla2xxx_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd)
{