summaryrefslogtreecommitdiff
path: root/crypto/salsa20_generic.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-26 13:33:39 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-26 13:33:39 +0100
commite39b1f7c2c1e0f2f0077b12287b5938206a24ea1 (patch)
treedb9fa1382c505ed31a78e346c6667868b9319b9b /crypto/salsa20_generic.c
parentad8b05dfadb938841880a3c05fd76e51af30b1f1 (diff)
parent9ed6fbbed6c0edbd66c948e4e3a4036695f11f5f (diff)
downloadlinux-crypto-e39b1f7c2c1e0f2f0077b12287b5938206a24ea1.tar.gz
linux-crypto-e39b1f7c2c1e0f2f0077b12287b5938206a24ea1.zip
Merge tag 'asoc-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.19 There's a lot more fixes here than I'd like since I've been lax in sending things throughout the release cycle but there's only two in generic code and they've had quite some time to cook in -next so hopefully on balance are OK. The two generic fixes are a fix for crashes on capture DAIs in the compress code and a fix for error handling on probe failures which would have been harmless in the past but now oopses with the new dynamic probe code.
Diffstat (limited to 'crypto/salsa20_generic.c')
-rw-r--r--crypto/salsa20_generic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/salsa20_generic.c b/crypto/salsa20_generic.c
index 3d0f9df3..f550b5d9 100644
--- a/crypto/salsa20_generic.c
+++ b/crypto/salsa20_generic.c
@@ -249,3 +249,4 @@ module_exit(salsa20_generic_mod_fini);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION ("Salsa20 stream cipher algorithm");
MODULE_ALIAS_CRYPTO("salsa20");
+MODULE_ALIAS_CRYPTO("salsa20-generic");