Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247772
b: refs/heads/master
c: 455e338
h: refs/heads/master
v: v3
  • Loading branch information
Markku Kylanpaa authored and Herbert Xu committed Apr 26, 2011
1 parent 5eb9c41 commit 7e2416d
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: a49e490c7a8a5c6c9474b1936ad8048f3e4440fc
refs/heads/master: 455e33898e65108b379e74bcc3c9d6d2b50da9a6
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static int omap_sham_finup(struct ahash_request *req)
ctx->flags |= FLAGS_FINUP;

err1 = omap_sham_update(req);
if (err1 == -EINPROGRESS)
if (err1 == -EINPROGRESS || err1 == -EBUSY)
return err1;
/*
* final() has to be always called to cleanup resources
Expand Down

0 comments on commit 7e2416d

Please sign in to comment.