Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215538
b: refs/heads/master
c: 1d11911
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Sep 23, 2010
1 parent 47f9a1c commit 9cca95a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 298c926c6d7f50d91d6acb76c33b83bab5b5bd5c
refs/heads/master: 1d11911a8c572041880c8d86229f6ed971f6f7e2
3 changes: 3 additions & 0 deletions trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,9 @@ static struct talitos_crypto_alg *talitos_alg_alloc(struct device *dev,
DESC_HDR_MODE0_MDEU_SHA256;
}
break;
default:
dev_err(dev, "unknown algorithm type %d\n", t_alg->algt.type);
return ERR_PTR(-EINVAL);
}

alg->cra_module = THIS_MODULE;
Expand Down

0 comments on commit 9cca95a

Please sign in to comment.