crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()
authorweiyongjun \(A\) <weiyongjun1@huawei.com>
Wed, 17 Jan 2018 11:40:24 +0000 (11:40 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jan 2018 14:10:30 +0000 (01:10 +1100)
commit60bcf2652ecab0917c6db0bdaa0de362327fa358
treef395701a27e01f0e452350ee3a5c86f47fbc31a3
parent235699e2a99fe40c11a377942e60bad11ce4046e
crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/stm32/stm32-cryp.c