diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2016-07-21 12:26:55 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-07-21 12:26:55 +0800 |
| commit | 51b259bb01fcfb372ae39332936055b18328946c (patch) | |
| tree | e0be652c70a772e7cc8a6ad6daa6d53e70a25d98 /drivers/crypto/vmx/aes_ctr.c | |
| parent | 16dee78005be9908197c707393a3b6a61a14b4fb (diff) | |
| parent | 81dc0365cfa7bc7c08a0e44d9ee04964df782e19 (diff) | |
| download | linux-next-51b259bb01fcfb372ae39332936055b18328946c.tar.gz linux-next-51b259bb01fcfb372ae39332936055b18328946c.zip | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Merge the crypto tree to resolve conflict in qat Makefile.
Diffstat (limited to 'drivers/crypto/vmx/aes_ctr.c')
| -rw-r--r-- | drivers/crypto/vmx/aes_ctr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/vmx/aes_ctr.c b/drivers/crypto/vmx/aes_ctr.c index 0a3c1b04cf3c..38ed10d761d0 100644 --- a/drivers/crypto/vmx/aes_ctr.c +++ b/drivers/crypto/vmx/aes_ctr.c @@ -166,7 +166,7 @@ struct crypto_alg p8_aes_ctr_alg = { .cra_name = "ctr(aes)", .cra_driver_name = "p8_aes_ctr", .cra_module = THIS_MODULE, - .cra_priority = 1000, + .cra_priority = 2000, .cra_type = &crypto_blkcipher_type, .cra_flags = CRYPTO_ALG_TYPE_BLKCIPHER | CRYPTO_ALG_NEED_FALLBACK, .cra_alignmask = 0, |
