Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254377
b: refs/heads/master
c: 9affa28
h: refs/heads/master
i:
  254375: 2c7f1e8
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent 30658be commit 57cdc83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce0b89f35636f3a69fbde851aff8a284c4b4c22b
refs/heads/master: 9affa289e2f9ef4721e85edbde86466524bfe957
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/isci/core/scic_sds_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,7 @@ enum sci_status scic_controller_construct(struct scic_sds_controller *controller
/* Initialize the User and OEM parameters to default values. */
scic_sds_controller_set_default_config_parameters(controller);

return SCI_SUCCESS;
return scic_controller_reset(controller);
}

/* --------------------------------------------------------------------------- */
Expand Down Expand Up @@ -3562,6 +3562,7 @@ const struct scic_sds_controller_state_handler scic_sds_controller_state_handler
.terminate_request = scic_sds_controller_default_request_handler,
},
[SCI_BASE_CONTROLLER_STATE_RESET] = {
.base.reset = scic_sds_controller_general_reset_handler,
.base.initialize = scic_sds_controller_reset_state_initialize_handler,
.base.start_io = scic_sds_controller_default_start_operation_handler,
.base.complete_io = scic_sds_controller_default_request_handler,
Expand Down

0 comments on commit 57cdc83

Please sign in to comment.