From 98eea4d65e061cec1fc1881b1b53b09942bcc7e8 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Tue, 12 Feb 2008 11:52:00 +0000 Subject: [PATCH] Let's isp_scst.c compile, multichannel support will be added later. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@285 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla_isp/linux/isp_scst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla_isp/linux/isp_scst.c b/qla_isp/linux/isp_scst.c index da069131d..e3fc4eca8 100644 --- a/qla_isp/linux/isp_scst.c +++ b/qla_isp/linux/isp_scst.c @@ -845,7 +845,7 @@ scsi_target_enadis(bus_t *bp, int en) memset(&ec, 0, sizeof (ec)); ec.en_hba = bp->h.r_identity; - ec.en_tgt = TGT_ANY; + ec.en_chan = 0; if (bp->h.r_type == R_FC) { SDprintk("%s: ANY LUN acceptable\n", __FUNCTION__); ec.en_lun = LUN_ANY;