Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99263
b: refs/heads/master
c: 9e70a40
h: refs/heads/master
i:
  99261: 379160c
  99259: 232c669
  99255: d2f3def
  99247: 5f3cbb0
  99231: 9f0921a
  99199: d2845a5
v: v3
  • Loading branch information
Patrick McHardy authored and Herbert Xu committed Jul 10, 2008
1 parent 5168451 commit a82cab6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7808f0738f9ac5cff05bd89ee457334b9a029b5c
refs/heads/master: 9e70a408ad66846bc98dc026efe0384ef68373fc
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/hifn_795x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2202,9 +2202,9 @@ static int hifn_setup_crypto(struct ablkcipher_request *req, u8 op,
return err;

if (dev->started < HIFN_QUEUE_LENGTH && dev->queue.qlen)
err = hifn_process_queue(dev);
hifn_process_queue(dev);

return err;
return -EINPROGRESS;
}

/*
Expand Down

0 comments on commit a82cab6

Please sign in to comment.