diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/isci/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/port.c b/drivers/scsi/isci/port.c index 8f6f9b77e41a..8e59c8865dcd 100644 --- a/drivers/scsi/isci/port.c +++ b/drivers/scsi/isci/port.c | |||
@@ -294,8 +294,8 @@ static void isci_port_link_down(struct isci_host *isci_host, | |||
294 | __func__, isci_device); | 294 | __func__, isci_device); |
295 | set_bit(IDEV_GONE, &isci_device->flags); | 295 | set_bit(IDEV_GONE, &isci_device->flags); |
296 | } | 296 | } |
297 | isci_port_change_state(isci_port, isci_stopping); | ||
297 | } | 298 | } |
298 | isci_port_change_state(isci_port, isci_stopping); | ||
299 | } | 299 | } |
300 | 300 | ||
301 | /* Notify libsas of the borken link, this will trigger calls to our | 301 | /* Notify libsas of the borken link, this will trigger calls to our |