commit | 7676f83aeb774e7a3abe6af06ec92b29488b5b79 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Fri Apr 14 09:47:59 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Fri Apr 14 15:33:41 2006 -0500 |
tree | 6ee81be2aafdeee2665862bc47821d4bf4285857 | |
parent | 3c0c25b97c7d020ef07f6366cf1d668a8e980c7c [diff] |
[SCSI] scsi_transport_sas: don't scan a non-existent end device Any end device that can't support any of the scanning protocols shouldn't be scanned, so set its id to -1 to prevent scsi_scan_target() being called for it. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>