Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99264
b: refs/heads/master
c: 94eaa1b
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and Herbert Xu committed Jul 10, 2008
1 parent a82cab6 commit f737879
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9e70a408ad66846bc98dc026efe0384ef68373fc
refs/heads/master: 94eaa1bd7ca67e8f57919da96cbb41c215ef20cb
5 changes: 4 additions & 1 deletion trunk/drivers/crypto/hifn_795x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,10 @@ static int hifn_setup_session(struct ablkcipher_request *req)
idx = 0;

sg_num = ablkcipher_walk(req, &ctx->walk);

if (sg_num < 0) {
err = sg_num;
goto err_out_exit;
}
atomic_set(&ctx->sg_num, sg_num);

spin_lock_irqsave(&dev->lock, flags);
Expand Down

0 comments on commit f737879

Please sign in to comment.