Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254408
b: refs/heads/master
c: 0ea99d5
h: refs/heads/master
v: v3
  • Loading branch information
Maciej Trela authored and Dan Williams committed Jul 3, 2011
1 parent 166fefe commit e3acc67
Show file tree
Hide file tree
Showing 7 changed files with 573 additions and 742 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: c629582d0dea42d8b3617f8c46ea2770b95e23aa
refs/heads/master: 0ea99d52cbcdb4bf5f5dd3097088a2919a115981
274 changes: 0 additions & 274 deletions trunk/drivers/scsi/isci/core/sci_base_remote_device.h

This file was deleted.

8 changes: 4 additions & 4 deletions trunk/drivers/scsi/isci/core/scic_sds_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -1500,13 +1500,13 @@ void scic_sds_controller_link_down(struct scic_sds_controller *scic,
*
*/
static bool scic_sds_controller_has_remote_devices_stopping(
struct scic_sds_controller *this_controller)
struct scic_sds_controller *controller)
{
u32 index;

for (index = 0; index < this_controller->remote_node_entries; index++) {
if ((this_controller->device_table[index] != NULL) &&
(this_controller->device_table[index]->parent.state_machine.current_state_id
for (index = 0; index < controller->remote_node_entries; index++) {
if ((controller->device_table[index] != NULL) &&
(controller->device_table[index]->state_machine.current_state_id
== SCI_BASE_REMOTE_DEVICE_STATE_STOPPING))
return true;
}
Expand Down
Loading

0 comments on commit e3acc67

Please sign in to comment.