Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329728
b: refs/heads/master
c: 6054250
h: refs/heads/master
v: v3
  • Loading branch information
Horia Geanta authored and Herbert Xu committed Aug 28, 2012
1 parent aff1d70 commit 7d62a97
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: b286e00304f9c1d27b93753536ac5246a287dd55
refs/heads/master: 60542505b0bccbc5e2e518c9dd6bee9a30546061
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ static void ipsec_esp_encrypt_done(struct device *dev,
ipsec_esp_unmap(dev, edesc, areq);

/* copy the generated ICV to dst */
if (edesc->dma_len) {
if (edesc->dst_nents) {
icvdata = &edesc->link_tbl[edesc->src_nents +
edesc->dst_nents + 2];
sg = sg_last(areq->dst, edesc->dst_nents);
Expand Down

0 comments on commit 7d62a97

Please sign in to comment.