Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181255
b: refs/heads/master
c: 0ed8570
h: refs/heads/master
i:
  181253: a8705a7
  181251: affe4bb
  181247: ea02f4f
v: v3
  • Loading branch information
Jiri Slaby authored and James Bottomley committed Jan 18, 2010
1 parent 106cd0c commit b46e298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 3dbf6c0012d12473461b7485006db373e8192fa5
refs/heads/master: 0ed8570ef4d51bb46e2028b2e3c3ddd1f860e193
6 changes: 2 additions & 4 deletions trunk/drivers/scsi/cxgb3i/cxgb3i_pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,8 @@ void cxgb3i_conn_pdu_ready(struct s3_conn *c3cn)
skb = skb_peek(&c3cn->receive_queue);
}
read_unlock(&c3cn->callback_lock);
if (c3cn) {
c3cn->copied_seq += read;
cxgb3i_c3cn_rx_credits(c3cn, read);
}
c3cn->copied_seq += read;
cxgb3i_c3cn_rx_credits(c3cn, read);
conn->rxdata_octets += read;

if (err) {
Expand Down

0 comments on commit b46e298

Please sign in to comment.