diff options
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
-rw-r--r-- | drivers/scsi/libsas/sas_init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 7b4e9169f44d..d65bc4e0f214 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c | |||
@@ -114,6 +114,8 @@ int sas_register_ha(struct sas_ha_struct *sas_ha) | |||
114 | } | 114 | } |
115 | } | 115 | } |
116 | 116 | ||
117 | INIT_LIST_HEAD(&sas_ha->eh_done_q); | ||
118 | |||
117 | return 0; | 119 | return 0; |
118 | 120 | ||
119 | Undo_ports: | 121 | Undo_ports: |
@@ -144,7 +146,7 @@ static int sas_get_linkerrors(struct sas_phy *phy) | |||
144 | return sas_smp_get_phy_events(phy); | 146 | return sas_smp_get_phy_events(phy); |
145 | } | 147 | } |
146 | 148 | ||
147 | static int sas_phy_reset(struct sas_phy *phy, int hard_reset) | 149 | int sas_phy_reset(struct sas_phy *phy, int hard_reset) |
148 | { | 150 | { |
149 | int ret; | 151 | int ret; |
150 | enum phy_func reset_type; | 152 | enum phy_func reset_type; |