Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254369
b: refs/heads/master
c: 70957a9
h: refs/heads/master
i:
  254367: 1375e7e
v: v3
  • Loading branch information
Jeff Skirvin authored and Dan Williams committed Jul 3, 2011
1 parent fa331c5 commit 8e08e3b
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: c3f42feb0c3d20dc7007336e7de949408b93afef
refs/heads/master: 70957a94d70cb82459bd3aea171c54d0a5cd6dbb
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/isci/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,8 @@ static void isci_abort_task_process_cb(
* request state was already set to "aborted" by the abort
* task function.
*/
BUG_ON(old_request->status != aborted);
BUG_ON((old_request->status != aborted)
&& (old_request->status != completed));
break;

case isci_tmf_timed_out:
Expand Down

0 comments on commit 8e08e3b

Please sign in to comment.