diff options
Diffstat (limited to 'drivers/scsi/isci/port.c')
-rw-r--r-- | drivers/scsi/isci/port.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/isci/port.c b/drivers/scsi/isci/port.c index fb66e30da075..5f4a4e3954db 100644 --- a/drivers/scsi/isci/port.c +++ b/drivers/scsi/isci/port.c | |||
@@ -321,8 +321,7 @@ static void isci_port_link_down(struct isci_host *isci_host, | |||
321 | dev_dbg(&isci_host->pdev->dev, | 321 | dev_dbg(&isci_host->pdev->dev, |
322 | "%s: isci_device = %p\n", | 322 | "%s: isci_device = %p\n", |
323 | __func__, isci_device); | 323 | __func__, isci_device); |
324 | isci_remote_device_change_state(isci_device, | 324 | set_bit(IDEV_GONE, &isci_device->flags); |
325 | isci_stopping); | ||
326 | } | 325 | } |
327 | } | 326 | } |
328 | isci_port_change_state(isci_port, isci_stopping); | 327 | isci_port_change_state(isci_port, isci_stopping); |