crypto: caam - Fix argument type in handle_imx6_err005766
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jun 2020 06:00:23 +0000 (16:00 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Jun 2020 07:26:43 +0000 (17:26 +1000)
commit864c2d57d691b5308dbb8beca73f8ccb9e183409
treea24da44238275868e686feccf292797ccd3fe3a1
parenta79d471c6510db6a69fc2c0f474dbe688bea7641
crypto: caam - Fix argument type in handle_imx6_err005766

The function handle_imx6_err005766 needs to take an __iomem argument
as otherwise sparse will generate two warnings.

Fixes: 33d69455e402 ("crypto: caam - limit AXI pipeline to a...")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/ctrl.c