Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274338
b: refs/heads/master
c: b8a11d7
h: refs/heads/master
v: v3
  • Loading branch information
Joern Engel authored and Nicholas Bellinger committed Nov 2, 2011
1 parent 8760a8c commit a9df9e9
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: abc1fd4f92d86168790a9eaf9834713a41da788e
refs/heads/master: b8a11d7399173dcf23b6d0ca4f416bdf1eba982e
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_tmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static void core_tmr_drain_tmr_list(
spin_unlock_irqrestore(&dev->se_tmr_lock, flags);

list_for_each_entry_safe(tmr_p, tmr_pp, &drain_tmr_list, tmr_list) {
list_del(&tmr_p->tmr_list);
list_del_init(&tmr_p->tmr_list);
cmd = tmr_p->task_cmd;

pr_debug("LUN_RESET: %s releasing TMR %p Function: 0x%02x,"
Expand Down

0 comments on commit a9df9e9

Please sign in to comment.