diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2021-07-20 10:55:28 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-07-30 04:58:32 +0200 |
commit | 817b804ca36747f0c9db667d7d8aa9fdd55335c7 (patch) | |
tree | aa4f75879eaf7ee3cc3dbfad0ba00feb2da2e58f /drivers/soc | |
parent | crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfm (diff) | |
download | linux-817b804ca36747f0c9db667d7d8aa9fdd55335c7.tar.xz linux-817b804ca36747f0c9db667d7d8aa9fdd55335c7.zip |
crypto: atmel-tdes - Handle error messages
Downgrade all runtime error messages to dev_dbg so that we don't
pollute the console. All probe error messages are kept with dev_err.
Get rid of pr_err and use dev_dbg instead, so that we know from which
device the error comes.
dma_mapping_error() return code was overwritten, use the error code
that the function returns.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions