Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257919
b: refs/heads/master
c: c330472
h: refs/heads/master
i:
  257917: 6c72c00
  257915: 735e83c
  257911: 3f330a4
  257903: d081bb6
  257887: 0b573ca
  257855: ba43145
  257791: b37c385
v: v3
  • Loading branch information
Dmitry Kasatkin authored and Herbert Xu committed Jun 29, 2011
1 parent 826a359 commit c7e77cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 0e87b159b31e551fe5447dcafc5769c05dc5e404
refs/heads/master: c3304721ed666804395fc340f1aa347b18f1dda0
5 changes: 0 additions & 5 deletions trunk/drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ static int omap_sham_handle_queue(struct omap_sham_dev *dd,
{
struct crypto_async_request *async_req, *backlog;
struct omap_sham_reqctx *ctx;
struct ahash_request *prev_req;
unsigned long flags;
int err = 0, ret = 0;

Expand All @@ -682,16 +681,12 @@ static int omap_sham_handle_queue(struct omap_sham_dev *dd,
backlog->complete(backlog, -EINPROGRESS);

req = ahash_request_cast(async_req);

prev_req = dd->req;
dd->req = req;

ctx = ahash_request_ctx(req);

dev_dbg(dd->dev, "handling new req, op: %lu, nbytes: %d\n",
ctx->op, req->nbytes);


err = omap_sham_hw_init(dd);
if (err)
goto err1;
Expand Down

0 comments on commit c7e77cf

Please sign in to comment.