Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344366
b: refs/heads/master
c: 7291a93
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Herbert Xu committed Oct 15, 2012
1 parent e277fc3 commit d542649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e3899e4df02720fcc8bc22320ce32a7c5594a585
refs/heads/master: 7291a932c6e27d9768e374e9d648086636daf61c
3 changes: 1 addition & 2 deletions trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,7 @@ static int sg_to_link_tbl(struct scatterlist *sg, int sg_count,
sg_count--;
link_tbl_ptr--;
}
link_tbl_ptr->len = cpu_to_be16(be16_to_cpu(link_tbl_ptr->len)
+ cryptlen);
be16_add_cpu(&link_tbl_ptr->len, cryptlen);

/* tag end of link table */
link_tbl_ptr->j_extent = DESC_PTR_LNKTBL_RETURN;
Expand Down

0 comments on commit d542649

Please sign in to comment.