diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_hwi.c')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_hwi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.c b/drivers/scsi/aic94xx/aic94xx_hwi.c index 81b736c76fff..4df867e07b20 100644 --- a/drivers/scsi/aic94xx/aic94xx_hwi.c +++ b/drivers/scsi/aic94xx/aic94xx_hwi.c | |||
@@ -74,7 +74,7 @@ static void asd_init_phy_identify(struct asd_phy *phy) | |||
74 | 74 | ||
75 | memset(phy->identify_frame, 0, sizeof(*phy->identify_frame)); | 75 | memset(phy->identify_frame, 0, sizeof(*phy->identify_frame)); |
76 | 76 | ||
77 | phy->identify_frame->dev_type = SAS_END_DEV; | 77 | phy->identify_frame->dev_type = SAS_END_DEVICE; |
78 | if (phy->sas_phy.role & PHY_ROLE_INITIATOR) | 78 | if (phy->sas_phy.role & PHY_ROLE_INITIATOR) |
79 | phy->identify_frame->initiator_bits = phy->sas_phy.iproto; | 79 | phy->identify_frame->initiator_bits = phy->sas_phy.iproto; |
80 | if (phy->sas_phy.role & PHY_ROLE_TARGET) | 80 | if (phy->sas_phy.role & PHY_ROLE_TARGET) |