Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106498
b: refs/heads/master
c: c0e741d
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Jul 17, 2008
1 parent f6679b4 commit 19cf65e
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: fa86a26795b850cdf4e557898457a63e241c1aa1
refs/heads/master: c0e741d47859fcabb84a37589a4f49801ca8590a
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ static int sg_to_link_tbl(struct scatterlist *sg, int sg_count,

/* adjust (decrease) last one (or two) entry's len to cryptlen */
link_tbl_ptr--;
while (link_tbl_ptr->len <= (-cryptlen)) {
while (be16_to_cpu(link_tbl_ptr->len) <= (-cryptlen)) {
/* Empty this entry, and move to previous one */
cryptlen += be16_to_cpu(link_tbl_ptr->len);
link_tbl_ptr->len = 0;
Expand Down

0 comments on commit 19cf65e

Please sign in to comment.