crypto: omap-aes - avoid spamming console with self tests
authorTero Kristo <t-kristo@ti.com>
Wed, 27 May 2020 12:24:23 +0000 (15:24 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 4 Jun 2020 12:03:39 +0000 (22:03 +1000)
commitb29cb8d645da87d7d1ff28a7317c541ffccfa66c
tree9ed642cd96fd72553e69410964f0a7943545a0de
parent58ca0060ec4e51208d2eee12198fc55fd9e4feb3
crypto: omap-aes - avoid spamming console with self tests

Running the self test suite for omap-aes with extra tests enabled causes
huge spam with the tag message wrong indicators. With self tests, this
is fine as there are some tests that purposedly pass bad data to the
driver. Also, returning -EBADMSG from the driver is enough, so remove the
dev_err message completely.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-aes-gcm.c