crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Oct 2015 17:31:15 +0000 (18:31 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Oct 2015 14:13:57 +0000 (22:13 +0800)
commit0f3304dc18b1316bc6d32921f2a7837938f90c30
tree3e08a093264b34eaebe3801cd201f58c2c7e4c40
parent35622eae188761f30df916a6cae4fa8c942a6366
crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()

Use the IO memcpy() functions when copying from/to MMIO memory.
These locations were found via sparse.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cipher.c
drivers/crypto/marvell/hash.c