diff options
| -rw-r--r-- | drivers/scsi/scsi_transport_sas.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c index 2c96fc5683ff..8b6d65e21bae 100644 --- a/drivers/scsi/scsi_transport_sas.c +++ b/drivers/scsi/scsi_transport_sas.c  | |||
| @@ -845,6 +845,8 @@ int sas_rphy_add(struct sas_rphy *rphy) | |||
| 845 | (identify->target_port_protocols & | 845 | (identify->target_port_protocols & | 
| 846 | (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA))) | 846 | (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA))) | 
| 847 | rphy->scsi_target_id = sas_host->next_target_id++; | 847 | rphy->scsi_target_id = sas_host->next_target_id++; | 
| 848 | else if (identify->device_type == SAS_END_DEVICE) | ||
| 849 | rphy->scsi_target_id = -1; | ||
| 848 | mutex_unlock(&sas_host->lock); | 850 | mutex_unlock(&sas_host->lock); | 
| 849 | 851 | ||
| 850 | if (identify->device_type == SAS_END_DEVICE && | 852 | if (identify->device_type == SAS_END_DEVICE && | 
