diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/libsas/sas_expander.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libsas/sas_expander.c b/drivers/scsi/libsas/sas_expander.c index 0c4e3a977915..07464873ab89 100644 --- a/drivers/scsi/libsas/sas_expander.c +++ b/drivers/scsi/libsas/sas_expander.c | |||
@@ -242,7 +242,7 @@ static int sas_ex_phy_discover_helper(struct domain_device *dev, u8 *disc_req, | |||
242 | break; | 242 | break; |
243 | /* In order to generate the dev to host FIS, we | 243 | /* In order to generate the dev to host FIS, we |
244 | * send a link reset to the expander port */ | 244 | * send a link reset to the expander port */ |
245 | sas_smp_phy_control(dev, single, PHY_FUNC_LINK_RESET); | 245 | sas_smp_phy_control(dev, single, PHY_FUNC_LINK_RESET, NULL); |
246 | /* Wait for the reset to trigger the negotiation */ | 246 | /* Wait for the reset to trigger the negotiation */ |
247 | msleep(500); | 247 | msleep(500); |
248 | } | 248 | } |