Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257923
b: refs/heads/master
c: 171cb9a
h: refs/heads/master
i:
  257921: b45bd1b
  257919: c7e77cf
v: v3
  • Loading branch information
Dmitry Kasatkin authored and Herbert Xu committed Jun 29, 2011
1 parent c82363a commit 89c7235
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: ed3ea9a82b4c63e591ceaa065b2e04a3fe946265
refs/heads/master: 171cb9a2807588630fed401f3e0b8ae22d91595f
3 changes: 1 addition & 2 deletions trunk/drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ static struct ahash_alg algs[] = {
static void omap_sham_done_task(unsigned long data)
{
struct omap_sham_dev *dd = (struct omap_sham_dev *)data;
struct ahash_request *req = dd->req;
int ready = 0, err = 0;

if (test_and_clear_bit(FLAGS_OUTPUT_READY, &dd->flags))
Expand All @@ -1050,7 +1049,7 @@ static void omap_sham_done_task(unsigned long data)
if (err != -EINPROGRESS && (ready || err)) {
dev_dbg(dd->dev, "update done: err: %d\n", err);
/* finish curent request */
omap_sham_finish_req(req, err);
omap_sham_finish_req(dd->req, err);
/* start new request */
omap_sham_handle_queue(dd, NULL);
}
Expand Down

0 comments on commit 89c7235

Please sign in to comment.