crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()
authorYangtao Li <frank.li@vivo.com>
Wed, 5 Jul 2023 07:21:56 +0000 (15:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Jul 2023 10:16:25 +0000 (22:16 +1200)
commit3aaafe054b7140418c9355512bc1a7a4980943c3
tree0ffd4f76893b3c0bc9985e331fe63296a00dca5b
parent1c5ff2fc35ac2c6da3509f7afa97b91f328dcfaa
crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()

Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-aes.c