Merge tag 'pwm/for-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[linux-2.6-block.git] / crypto / async_tx / async_pq.c
index c0748bbd4c083b47f78c662cdd7cb490590a2587..08b3ac68952b19fba6e4ab747744ca3317f0de9d 100644 (file)
@@ -444,7 +444,7 @@ static int __init async_pq_init(void)
 
 static void __exit async_pq_exit(void)
 {
-       put_page(pq_scribble_page);
+       __free_page(pq_scribble_page);
 }
 
 module_init(async_pq_init);