diff options
Diffstat (limited to 'drivers/scsi/isci/phy.c')
-rw-r--r-- | drivers/scsi/isci/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/phy.c b/drivers/scsi/isci/phy.c index 79313a7a2356..8d9192d49f4a 100644 --- a/drivers/scsi/isci/phy.c +++ b/drivers/scsi/isci/phy.c | |||
@@ -695,7 +695,7 @@ enum sci_status sci_phy_event_handler(struct isci_phy *iphy, u32 event_code) | |||
695 | __func__, | 695 | __func__, |
696 | event_code); | 696 | event_code); |
697 | 697 | ||
698 | return SCI_FAILURE;; | 698 | return SCI_FAILURE; |
699 | } | 699 | } |
700 | return SCI_SUCCESS; | 700 | return SCI_SUCCESS; |
701 | case SCI_PHY_SUB_AWAIT_SATA_SPEED_EN: | 701 | case SCI_PHY_SUB_AWAIT_SATA_SPEED_EN: |