diff options
Diffstat (limited to 'drivers/scsi/isci/port.c')
-rw-r--r-- | drivers/scsi/isci/port.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/isci/port.c b/drivers/scsi/isci/port.c index 6370b93bd6ae..74f06f3c0735 100644 --- a/drivers/scsi/isci/port.c +++ b/drivers/scsi/isci/port.c | |||
@@ -1807,11 +1807,7 @@ static const struct sci_base_state scic_sds_port_state_table[] = { | |||
1807 | void scic_sds_port_construct(struct scic_sds_port *sci_port, u8 index, | 1807 | void scic_sds_port_construct(struct scic_sds_port *sci_port, u8 index, |
1808 | struct scic_sds_controller *scic) | 1808 | struct scic_sds_controller *scic) |
1809 | { | 1809 | { |
1810 | sci_base_state_machine_construct(&sci_port->sm, | 1810 | sci_init_sm(&sci_port->sm, scic_sds_port_state_table, SCI_PORT_STOPPED); |
1811 | scic_sds_port_state_table, | ||
1812 | SCI_PORT_STOPPED); | ||
1813 | |||
1814 | sci_base_state_machine_start(&sci_port->sm); | ||
1815 | 1811 | ||
1816 | sci_port->logical_port_index = SCIC_SDS_DUMMY_PORT; | 1812 | sci_port->logical_port_index = SCIC_SDS_DUMMY_PORT; |
1817 | sci_port->physical_port_index = index; | 1813 | sci_port->physical_port_index = index; |