Commit d0bd0849 authored by David S. Miller's avatar David S. Miller Committed by James Morris

[CRYPTO]: kunmap does not return a value.

parent fb3652c1
......@@ -25,8 +25,8 @@ static inline void *crypto_kmap(struct page *page)
static inline void crypto_kunmap(void *vaddr)
{
return kunmap_atomic(vaddr, in_softirq() ?
KM_CRYPTO_SOFTIRQ : KM_CRYPTO_USER);
kunmap_atomic(vaddr, in_softirq() ?
KM_CRYPTO_SOFTIRQ : KM_CRYPTO_USER);
}
static inline void crypto_yield(struct crypto_tfm *tfm)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment