Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272272
b: refs/heads/master
c: b64dc04
h: refs/heads/master
v: v3
  • Loading branch information
Jamie Iles authored and Herbert Xu committed Aug 10, 2011
1 parent 16e6da5 commit aaeffec
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: 30343ef1de348cd21cd7d0cebde3c0175b730e0b
refs/heads/master: b64dc04beba30947dc80745dcb95ae3c04fd18cf
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/picoxcell_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ static void spacc_spacc_complete(unsigned long data)
spin_unlock_irqrestore(&engine->hw_lock, flags);

list_for_each_entry_safe(req, tmp, &completed, list) {
req->complete(req);
list_del(&req->list);
req->complete(req);
}
}

Expand Down

0 comments on commit aaeffec

Please sign in to comment.