diff options
Diffstat (limited to 'drivers/scsi/libsas/sas_internal.h')
-rw-r--r-- | drivers/scsi/libsas/sas_internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/libsas/sas_internal.h b/drivers/scsi/libsas/sas_internal.h index 1de67964e5a1..7e7ba83f0a21 100644 --- a/drivers/scsi/libsas/sas_internal.h +++ b/drivers/scsi/libsas/sas_internal.h | |||
@@ -131,16 +131,16 @@ static inline void sas_fill_in_rphy(struct domain_device *dev, | |||
131 | rphy->identify.initiator_port_protocols = dev->iproto; | 131 | rphy->identify.initiator_port_protocols = dev->iproto; |
132 | rphy->identify.target_port_protocols = dev->tproto; | 132 | rphy->identify.target_port_protocols = dev->tproto; |
133 | switch (dev->dev_type) { | 133 | switch (dev->dev_type) { |
134 | case SATA_DEV: | 134 | case SAS_SATA_DEV: |
135 | /* FIXME: need sata device type */ | 135 | /* FIXME: need sata device type */ |
136 | case SAS_END_DEV: | 136 | case SAS_END_DEVICE: |
137 | case SATA_PENDING: | 137 | case SAS_SATA_PENDING: |
138 | rphy->identify.device_type = SAS_END_DEVICE; | 138 | rphy->identify.device_type = SAS_END_DEVICE; |
139 | break; | 139 | break; |
140 | case EDGE_DEV: | 140 | case SAS_EDGE_EXPANDER_DEVICE: |
141 | rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; | 141 | rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; |
142 | break; | 142 | break; |
143 | case FANOUT_DEV: | 143 | case SAS_FANOUT_EXPANDER_DEVICE: |
144 | rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; | 144 | rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; |
145 | break; | 145 | break; |
146 | default: | 146 | default: |