Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75296
b: refs/heads/master
c: ad69698
h: refs/heads/master
v: v3
  • Loading branch information
Dave Dillow authored and Roland Dreier committed Jan 8, 2008
1 parent 52538ef commit 361f1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e1bb7843e4c25e6e331890a2ca512581e844bbaa
refs/heads/master: ad696989b4a2fce8494964814376aef41da3ff55
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2053,8 +2053,8 @@ static void srp_remove_one(struct ib_device *device)

list_for_each_entry_safe(target, tmp_target,
&host->target_list, list) {
scsi_remove_host(target->scsi_host);
srp_remove_host(target->scsi_host);
scsi_remove_host(target->scsi_host);
srp_disconnect_target(target);
ib_destroy_cm_id(target->cm_id);
srp_free_target_ib(target);
Expand Down

0 comments on commit 361f1b8

Please sign in to comment.