Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136264
b: refs/heads/master
c: aa6cd29
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Mar 12, 2009
1 parent ad29e6d commit 87109ba
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: f290f1970f01287eaaffc798a677594a57ebd65e
refs/heads/master: aa6cd29b72a5d8e6e5c8f536bc48693824ebfe09
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_exch.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static void fc_exch_release(struct fc_exch *ep)
ep->destructor(&ep->seq, ep->arg);
if (ep->lp->tt.exch_put)
ep->lp->tt.exch_put(ep->lp, mp, ep->xid);
WARN_ON(!ep->esb_stat & ESB_ST_COMPLETE);
WARN_ON(!(ep->esb_stat & ESB_ST_COMPLETE));
mempool_free(ep, mp->ep_pool);
}
}
Expand Down

0 comments on commit 87109ba

Please sign in to comment.