Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122398
b: refs/heads/master
c: c5419e6
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and David S. Miller committed Nov 29, 2008
1 parent 8dbd4aa commit 7ca85fa
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: f95be1806fde884c1655237d49a7e5f82e4a935f
refs/heads/master: c5419e6f054c877339f754e02c3b1dafd88cd96c
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb3/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ static int process_responses(struct adapter *adap, struct sge_qset *qs,

static inline int is_pure_response(const struct rsp_desc *r)
{
u32 n = ntohl(r->flags) & (F_RSPD_ASYNC_NOTIF | F_RSPD_IMM_DATA_VALID);
__be32 n = r->flags & htonl(F_RSPD_ASYNC_NOTIF | F_RSPD_IMM_DATA_VALID);

return (n | r->len_cq) == 0;
}
Expand Down

0 comments on commit 7ca85fa

Please sign in to comment.