.. | .. |
---|
669 | 669 | phy_state_name(state), phy_event_name(code), code) |
---|
670 | 670 | |
---|
671 | 671 | |
---|
672 | | -void scu_link_layer_set_txcomsas_timeout(struct isci_phy *iphy, u32 timeout) |
---|
| 672 | +static void scu_link_layer_set_txcomsas_timeout(struct isci_phy *iphy, u32 timeout) |
---|
673 | 673 | { |
---|
674 | 674 | u32 val; |
---|
675 | 675 | |
---|
.. | .. |
---|
778 | 778 | break; |
---|
779 | 779 | case SCU_EVENT_LINK_FAILURE: |
---|
780 | 780 | scu_link_layer_set_txcomsas_timeout(iphy, SCU_SAS_LINK_LAYER_TXCOMSAS_NEGTIME_DEFAULT); |
---|
| 781 | + fallthrough; |
---|
781 | 782 | case SCU_EVENT_HARD_RESET_RECEIVED: |
---|
782 | 783 | /* Start the oob/sn state machine over again */ |
---|
783 | 784 | sci_change_state(&iphy->sm, SCI_PHY_STARTING); |
---|