]> www.infradead.org Git - users/dwmw2/linux.git/commit
crypto: sun8i-ce - fix removal of module
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Mon, 6 Jan 2020 19:30:53 +0000 (20:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:37:00 +0000 (04:37 -0800)
commit14c93fa239f720b685f0100b1cabb0668aa441f4
treef949c024d6f8e9e1b55fcd658dfd46d5a81e06e3
parent00338ea9d274026111142c4fa37d1f3101d17f8e
crypto: sun8i-ce - fix removal of module

commit 93d24ac4b26770f8e5118a731cd9314f3808bd10 upstream.

Removing the driver cause an oops due to the fact we clean an extra
channel.
Let's give the right index to the cleaning function.

Fixes: 06f751b61329 ("crypto: allwinner - Add sun8i-ce Crypto Engine")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c