Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178000
b: refs/heads/master
c: b59cdcb
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Dec 18, 2009
1 parent 947aeb6 commit 6eb0980
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: 6d53cfe590c17c28ebae2c869bb7a5ab9554b4da
refs/heads/master: b59cdcb339fc7286161b80403f6af63acf26876f
2 changes: 1 addition & 1 deletion trunk/arch/s390/crypto/aes_s390.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static int fallback_init_cip(struct crypto_tfm *tfm)
if (IS_ERR(sctx->fallback.cip)) {
pr_err("Allocating AES fallback algorithm %s failed\n",
name);
return PTR_ERR(sctx->fallback.blk);
return PTR_ERR(sctx->fallback.cip);
}

return 0;
Expand Down

0 comments on commit 6eb0980

Please sign in to comment.