Merge r7462 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7715 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-04 04:36:35 +00:00
parent 8935c30427
commit 36f8f9bb16
4 changed files with 22 additions and 15 deletions
+1 -2
View File
@@ -1585,8 +1585,7 @@ static uint16_t isp_get_scsi_transport_version(struct scst_tgt *scst_tgt)
return 0x0900; /* FCP-2 */
}
static struct scst_tgt_template isp_tgt_template =
{
static struct scst_tgt_template isp_tgt_template = {
.sg_tablesize = SG_ALL, /* we set this value lately based on hardware */
.name = "qla_isp",
.unchecked_isa_dma = 0,