From 4efa37a0c78b8f78fc7943db33cf587dfe34f707 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 5 Dec 2014 12:25:46 +0000 Subject: [PATCH] scst_local: Set max_id to 1 (merge r5786 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@5923 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index 311f1b8e5..ded8809c3 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1673,7 +1673,7 @@ static int scst_local_driver_probe(struct device *dev) sess->shost = hpnt; - hpnt->max_id = 0; /* Don't want more than one id */ + hpnt->max_id = 1; /* Don't want more than one id */ hpnt->max_lun = 0xFFFF; /*