mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-22 07:06:22 +00:00
scst_local: Set max_id to 1 (merge r5786 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6072 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1683,7 +1683,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 = SCST_MAX_LUN;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user