commit | b29cb8d645da87d7d1ff28a7317c541ffccfa66c | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Wed May 27 15:24:23 2020 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 04 22:03:39 2020 +1000 |
tree | 9ed642cd96fd72553e69410964f0a7943545a0de | |
parent | 58ca0060ec4e51208d2eee12198fc55fd9e4feb3 [diff] |
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>