isci: remove port start handler
remove the handler from the port state handler table and implement the logic directly in scic_sds_port_start(). Signed-off-by: Piotr Sawicki <piotr.sawicki@intel.com> [remove a level of indirection] Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Esse commit está contido em:
@@ -1108,7 +1108,7 @@ static enum sci_status scic_controller_start(struct scic_sds_controller *scic,
|
||||
for (index = 0; index < scic->logical_port_entries; index++) {
|
||||
struct scic_sds_port *sci_port = &ihost->ports[index].sci;
|
||||
|
||||
result = sci_port->state_handlers->start_handler(sci_port);
|
||||
result = scic_sds_port_start(sci_port);
|
||||
if (result)
|
||||
return result;
|
||||
}
|
||||
|
Referência em uma nova issue
Block a user